From 4aa5cb390ddaad494f29b6016cbdc8df352ca739 Mon Sep 17 00:00:00 2001 From: Andrew Hoefling Date: Tue, 1 May 2018 16:01:58 -0400 Subject: [PATCH] #2044 Updating contribution guide for pull requests to include github issue ID --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c75f58c015..739653e1e7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,6 +76,7 @@ a ticket number. * Push your changes to a topic branch in your fork of the repository. * Submit a pull request to the DNN.Platform repository in the DNNSoftware organization. * The committers will handle updating the associated issue in the DNN Tracker to ensure it gets the necessary code review and QA. +* Add the GitHub issue number in your Pull Request description so it is properly tracked ## Acceptance of your Changes * We have a group of fellow developers that review pull requests submitted by developers like yourself.