Update CONTRIBUTING.md

This commit is contained in:
Christian Schwinne 2024-03-09 21:31:53 +01:00
parent d9b0df94e2
commit 91c11a18e0

View File

@ -2,6 +2,10 @@
Here are a few suggestions to make it easier for you to contribute! Here are a few suggestions to make it easier for you to contribute!
### Target branch for pull requests
Please make all PRs against the `0_15` branch.
### Code style ### Code style
When in doubt, it is easiest to replicate the code style you find in the files you want to edit :) When in doubt, it is easiest to replicate the code style you find in the files you want to edit :)
@ -73,6 +77,6 @@ Good:
<!-- This is an HTML comment --> <!-- This is an HTML comment -->
``` ```
There is no set character limit for a comment within a line, There is no hard character limit for a comment within a line,
though as a rule of thumb you should wrap your comment if it exceeds the width of your editor window. though as a rule of thumb consider wrapping after 120 characters.
Inline comments are OK if they describe that line only and are not exceedingly wide. Inline comments are OK if they describe that line only and are not exceedingly wide.