Skip to content

Commit

Permalink
docs: update developers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine authored Jul 4, 2024
1 parent bb19de2 commit 23f0dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Most of what is written in the specification is also explained in the following
### Rules

- Use the imperative mood in the subject line.
- For example: "Fix bug" instead of "Fixed bug" or "Fixes bug".
- For example: "fix bug" instead of "fixed bug" or "fixes bug".
- Do not capitalize the subject line.
- Do not end the subject line with a period.
- Use the body to explain the "what" and "why" of the commit, not the "how".
- For example: "This commit fixes a bug" instead of "This commit fixes a bug by changing the code in this way".
- For example: "this commit fixes a bug" instead of "this commit fixes a bug by changing the code in this way".
- If the commit fixes an issue, add "Closes #issue-number" to the body.
- In case there are multiple issues, add "Closes #issue-number, Closes #issue-number, ..." to the body.

Expand Down

0 comments on commit 23f0dbc

Please sign in to comment.