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.
1 parent d942c06 commit ccd501cCopy full SHA for ccd501c
CONTRIBUTING.md
@@ -13,3 +13,14 @@ Please file bug reports and feature requests to https://github.com/metosin/compo
13
* Verify that all tests pass using ```lein midje```
14
* Push your code to your fork of the repository
15
* Make a Pull Request
16
+
17
+## Commit messages
18
19
+1. Separate subject from body with a blank line
20
+2. Limit the subject line to 50 characters
21
+3. Capitalize the subject line
22
+4. Do not end the subject line with a period
23
+5. Use the imperative mood in the subject line
24
+ - "Add x", "Fix y", "Support z", "Remove x"
25
+6. Wrap the body at 72 characters
26
+7. Use the body to explain what and why vs. how
0 commit comments