Meta: Add note about the first line of commit messages to contrib guide
This commit is contained in:
parent
3ca1c72c77
commit
64617f56ed
Notes:
sideshowbarker
2024-07-19 12:32:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/64617f56ed6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo
|
|||
* Split your changes into separate, atomic commits.
|
||||
* Make sure your commits are rebased on the master branch.
|
||||
* Wrap your commit messages at 72 characters.
|
||||
* The first line of the commit message should have the format "Category: Brief description of what's being changed". The "category" can be a subdirectory, but also something like "POSIX compliance" or "ClassName". Whatever seems logical.
|
||||
* Write your commit messages in proper English, with care and punctuation.
|
||||
* Squash your commits when making revisions after a patch review.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue