We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CONTRIBUTING.md
1 parent fe2eaa0 commit 56d4c4eCopy full SHA for 56d4c4e
CONTRIBUTING.md
@@ -108,3 +108,14 @@ You can autoformat your code using the following command:
108
```bash
109
composer fix
110
```
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