From 982f2620891e118a7305674f8a6bc1b1d3d67957 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 14 Feb 2019 09:13:58 +0100 Subject: [PATCH] make bug/feature titles more verbose --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bcbd3edb6aa..aa4e271daf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,12 +53,12 @@ go test -v ./pkg/... * Add tests relevant to the fixed bug or new feature. -### New features +### Pull requests with new features Commits should be as small as possible, while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests). Make sure to include `closes #` or `fixes #` in the pull request description. -### Bug fixes +### Pull requests with bug fixes Please make all changes in one commit if possible. Include `closes #12345` in bottom of the commit message. A commit message for a bug fix should look something like this.