Skip to content

Commit

Permalink
COMMIT_MESSAGES: Clarify
Browse files Browse the repository at this point in the history
Fixes: #308
  • Loading branch information
sils committed Feb 21, 2015
1 parent 71039e8 commit 8edfb91
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doc/getting_involved/COMMIT_MESSAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ There are a few things to consider when writing a commit message, namely:
`Fixes: https://github.com/coala-analyzer/coala/issues/###`, this way the
commit will appear at the bug and several revisions can be tracked this way.

Structural example:
Also see: https://wiki.gnome.org/Git/CommitMessages

Example:
```
tag: Short description
setup: Install .coafile via package_data
A more elaborate description. Optionally:
When installing the .coafile to distutils.sysconfig.get_python_lib, we
ignore that this is not the installation directory in every case. Thus
it is easier, more reliable and platform independent to let distutils
install it by itself.
See: https://github.com/coala-analyzer/coala/issues/###
Fixes: https://github.com/coala-analyzer/coala/issues/###
Fixes: https://github.com/coala-analyzer/coala/issues/269
```

0 comments on commit 8edfb91

Please sign in to comment.