CONTRIBUTING.md: Coding conventions -> code conventions

It's not conventions about how to do coding, it's about what the code
should look like
This commit is contained in:
Silvan Mosberger 2023-08-03 00:13:58 +02:00
parent dfe311b1b8
commit 99c6942d83

View file

@ -373,7 +373,8 @@ However, many changes are able to be backported, including:
- Services which require a client to be up-to-date regardless. (E.g. `spotify`, `steam`, or `discord`)
- Security critical applications (E.g. `firefox`)
## Coding conventions {#chap-conventions}
## Code conventions
### File naming and organisation {#sec-organisation}