Skip to content

Commit 56d4c4e

Browse files
authored
[TASK] Add a section on git commits to CONTRIBUTING.md (#784)
Copied from our sister project without any changes. Part of #489
1 parent fe2eaa0 commit 56d4c4e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,14 @@ You can autoformat your code using the following command:
108108
```bash
109109
composer fix
110110
```
111+
112+
## Git commits
113+
114+
Commit message should have a <= 50-character summary, optionally followed by a
115+
blank line and a more in depth description of 79 characters per line.
116+
117+
Please use grammatically correct, complete sentences in the commit messages.
118+
119+
Also, please prefix the subject line of the commit message with either
120+
`[FEATURE]`, `[TASK]`, `[BUGFIX]` OR `[CLEANUP]`. This makes it faster to see
121+
what a commit is about.

0 commit comments

Comments
 (0)