From f4da7e8e918fb8b2c69928a37aa66310521a71d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Oct 2015 13:48:41 +0900 Subject: [PATCH] README: advice on commit messages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2963d49..4a53c5d3 100644 --- a/README.md +++ b/README.md @@ -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 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 agreement](https://github.com/fpco/stackage/wiki/Maintainers-Agreement).