From da75d87f8e69a2bde1cc92a56c3ea974127f7fb0 Mon Sep 17 00:00:00 2001 From: Andrew Hoefling Date: Tue, 1 May 2018 15:56:55 -0400 Subject: [PATCH] #2044 Updatec contributing guide for GitHub issues --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 342516a7903..8c75f58c015 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,10 @@ so that we can have a chance of keeping on top of things. * Make sure your commit messages are in the proper format. ```` - (DNN-####) Make the example in CONTRIBUTING imperative and concrete + #123 Make the example in CONTRIBUTING imperative and concrete + + The 123 is the GitHub issue ID which needs to be tagged to properly track + the issues history. Without this patch applied the example commit message in the CONTRIBUTING document is not a concrete example. This is a problem because the