Add document about our coding conventions

There are some conventions that can't be checked by linters and were not
documented anywhere.
This commit is contained in:
Javi Martín
2024-12-10 20:00:29 +01:00
parent 3b62474f5d
commit 6f7d4096f5
12 changed files with 316 additions and 0 deletions

View File

@@ -2,3 +2,4 @@
* [Code of conduct](code_of_conduct.md)
* [Contributing](contributing.md)
* [Coding conventions](coding_conventions.md)