From 6ac4b937793afa54e93ed303d0a05c32f397ae54 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Fri, 31 May 2019 09:57:21 -0400 Subject: [PATCH] Close issues from commit messages in CONTRIBUTING --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fdee288b..f7517a02 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -43,6 +43,10 @@ Submitting patches - Include tests if your patch is supposed to solve a bug, and explain clearly under which circumstances the bug happens. Make sure the test fails without your patch. +- Include a string like "Fixes #123" in your commit message + (where 123 is the issue you fixed). + See `Closing issues using keywords + `__. First time setup ~~~~~~~~~~~~~~~~