mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:37:35 +00:00
Meta: Minor tweak to Contributing.md
This commit is contained in:
parent
9b17016c17
commit
1d3889e24f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo
|
||||||
|
|
||||||
* Conform to the project coding style. Please use `clang-format` (version 8 or newer) to automatically format C++ files.
|
* Conform to the project coding style. Please use `clang-format` (version 8 or newer) to automatically format C++ files.
|
||||||
* Choose expressive variable, function and class names. Make it as obvious as possible what the code is doing.
|
* Choose expressive variable, function and class names. Make it as obvious as possible what the code is doing.
|
||||||
* Separate your changes into separate, atomic commits.
|
* Split your changes into separate, atomic commits.
|
||||||
* Make sure your commits are rebased on the master branch.
|
* Make sure your commits are rebased on the master branch.
|
||||||
* Wrap your commit messages at 77 characters.
|
* Wrap your commit messages at 77 characters.
|
||||||
* Write your commit messages in proper English, with care and punctuation.
|
* Write your commit messages in proper English, with care and punctuation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue