README: advice on commit messages

This commit is contained in:
Jens Petersen 2015-10-12 13:48:41 +09:00
parent 7d0f5fefc8
commit f4da7e8e91

View File

@ -55,6 +55,10 @@ require new submissions to be tested on your own system before sending a pull
request. If you believe your package works with the newest versions of all request. If you believe your package works with the newest versions of all
dependencies, you may send a pull request without testing first. dependencies, you may send a pull request without testing first.
Please use commit messages like "add foo-bar" or "add johndev's packages"
(`build-constraints.yaml` is the most frequently changed file in this git repo
so commit messages like "update build-constraints.yaml" are not helpful).
You should also read the [maintainers You should also read the [maintainers
agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement). agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement).