From 0c63179abd3cb197a0f25befed6b0c5f5982bad1 Mon Sep 17 00:00:00 2001 From: rgee0 Date: Fri, 15 Sep 2017 20:04:47 +0100 Subject: [PATCH] Add line to mandate use of GH closure keywords - fixes #191 Signed-off-by: rgee0 --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13c4707f..9a8088e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,10 +38,11 @@ What makes a good proposal? Please read this whole guide and make sure you agree to our DCO agreement (included below): -* Sign-off your commits +* Sign-off your commits * Complete the whole template for issues and pull requests +* [Reference addressed issues](https://help.github.com/articles/closing-issues-using-keywords/) in the PR description & commit messages - use 'Fixes #IssueNo' * Always give instructions for testing - * Give us CLI commands and output or screenshots where you can +* Give us CLI commands and output or screenshots where you can **I have a question, a suggestion or need help**