Skip to content

Commit

Permalink
add reference to openstack comit message guide
Browse files Browse the repository at this point in the history
Since writing good commit messages is non trivial in general,
reference the very good guide from OpenStack project.
  • Loading branch information
tomato42 committed Feb 24, 2016
1 parent b2d7b36 commit adc2006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ dnf install m2crypto python-crypto python3-crypto python-gmpy2 python3-gmpy2
* Make commits of logical units and describe them properly in commits
* When creating a comment, keep the first line short and separate it from
the rest by whiteline
* See also [OpenStack guide](https://wiki.openstack.org/wiki/GitCommitMessages)
for general good ideas about git commit messages
* Check for unnecessary whitespace with `git diff --check` before committing

* Generally newly submitted code should have test coverage so that it can
Expand Down

0 comments on commit adc2006

Please sign in to comment.