Skip to content

Commit

Permalink
[TASK] Polish the "git commits" section of CONTRIBUTING.md (#1380)
Browse files Browse the repository at this point in the history
Part of #1360
  • Loading branch information
oliverklee authored Dec 30, 2024
1 parent 3335ab1 commit 6a3f240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ composer fix

## Git commits

Commit message should have a <= 50 character summary, optionally followed by a
Commit message should have a <= 50-character summary, optionally followed by a
blank line and a more in depth description of 79 characters per line.

Please use grammatically correct, complete sentences in the commit messages.

Also, please prefix the subject line of the commit message with either
[FEATURE], [TASK], [BUGFIX] OR [CLEANUP]. This makes it faster to see what
a commit is about.
`[FEATURE]`, `[TASK]`, `[BUGFIX]` OR `[CLEANUP]`. This makes it faster to see
what a commit is about.

## Creating pull requests (PRs)

Expand Down

0 comments on commit 6a3f240

Please sign in to comment.