aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2021-06-23Require ClangFormat 10 or newer, if usedAlexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
After going through all the files and the history of commits on them it was clear that some copyright statements are obsolete (the code has been overwritten since) and some are missing. This commit tries best to remedy that, along with adding SPDX tags where they were still not used. Also, a minimal SPDX convention is documented for further contributions. Closes #426.
2020-12-24Refresh CONTRIBUTING.mdKitsune Ral
[skip ci] (cherry picked from commit de2fa43fc7cc89b4a45cbd885866b5ca747751ef)
2020-09-04Update documentationKitsune Ral
[skip ci]
2020-09-04CONTRIBUTING.md: clarify the matrix-doc repo situationKitsune Ral
[skip ci]
2019-10-21Quotest: more work on test invocationKitsune Ral
Tests should be private slots, not public slots; and they are invoked through a QueuedConnection so that both sync and async tests could be processed uniformly with clear code.
2019-10-20Update documentation regarding C++17 support levelKitsune Ral
[skip ci]
2019-08-12CONTRIBUTING.md: more about commenting codeKitsune Ral
2019-08-04Updated documentation; bumped up requirementsKitsune Ral
[skip ci]
2019-07-10CMakeLists.txt: fix things around clang-format, inherit CLANG_FORMAT_ARGSKitsune Ral
2019-07-09Merge branch 'master' into use-clang-formatKitsune Ral
2019-07-07Documentation: libQMatrixClient -> libQuotient, QMatrixClient -> ↵Kitsune Ral
quotient-im, etc.
2019-06-30CONTRIBUTING.md: officially embrace and recommend clang-formatKitsune Ral
2019-05-25Refer to SECURITY.md from the rest of documentationKitsune Ral
[skip ci]
2019-04-06Update README.md and CONTRIBUTING.md (attn: LGPL v3 coming)Kitsune Ral
[skip ci]
2019-02-27Refresh CONTRIBUTING.mdKitsune Ral
2018-11-04profilerMinNsecs(): Fix a misnomer - it's PROFILER_LOG_USECS now - and ↵Kitsune Ral
document it
2018-06-11Update CONTRIBUTING.mdKitsune Ral
[skip ci]
2018-05-05CONTRIBUTING.md: add a section about using GTADKitsune Ral
[skip ci]
2018-04-02Updated documentationKitsune Ral
[skip ci]
2018-03-06CONTRIBUTING.md: add sections on API, doc-comments; update on automatic testing.Kitsune Ral
2017-12-25CONTRIBUTING.md refreshed and slightly extendedKitsune Ral
2017-08-28Better documentationKitsune Ral
Thanks to CII Best Practices Badge project for the hints and for the original CONTRIBUTING.md