doc/manual.txt: explain commit message rules.

This commit is contained in:
Juan RP 2013-12-15 11:53:41 +01:00
parent c0c34b734e
commit a62121266d

View file

@ -438,3 +438,11 @@ Once you've made changes to your `forked` repository you can submit
a github pull request; see
https://help.github.com/articles/fork-a-repo[github's help]
for more information.
For commit messages please use the following rules:
- If you've imported a new package use `New package: <pkgver>`.
- If you've updated a package use `<pkgname>: updated to <version>`.
- If you've removed a package use `<pkgname>: removed ...`.