Commit 69cd72ba authored by Bram Schoenmakers's avatar Bram Schoenmakers

Link to blog post for Git commit message guidelines

Summarizing:

1. Separate subject from body with a blank line
2. Limit the subject line to 50 characters
3. Capitalize the subject line
4. Do not end the subject line with a period
5. Use the imperative mood in the subject line
6. Wrap the body at 72 characters
7. Use the body to explain what and why vs. how
parent af4af9ba
......@@ -9,7 +9,9 @@ smoothly into topydo.
only**. If you would like to add a new feature, make sure to make a Pull
Request on the `master` branch.
* Use descriptive commit messages.
* Use descriptive commit messages. The post
[How to write a commit message](http://chris.beams.io/posts/git-commit/) by
Chris Beams has some good guidelines.
### Coding style
......@@ -50,4 +52,3 @@ smoothly into topydo.
Which will generate annotated files in the *htmlcov* folder. The new code
should be marked green (i.e. covered).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment