From 424da926010cbc31e4849704b3c7b32e2e87f854 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 9 Jul 2013 08:51:11 +1000 Subject: [PATCH] DOC: close message for commits. --- DEVELOP | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOP b/DEVELOP index 2731fd13..2d7a043b 100644 --- a/DEVELOP +++ b/DEVELOP @@ -248,6 +248,10 @@ Use the following tags in your commit messages: Multiple tags could be joined with +, e.g. "BF+TST:". +Use the text "closes #333"/"resolves #333 "/"fixes #333" where 333 represents +an issue that is closed. Other text and details in link below. +See: https://help.github.com/articles/closing-issues-via-commit-messages + Adding Actions --------------