From f56a6ae4a40817930b9cf35485d05960cf6f7760 Mon Sep 17 00:00:00 2001 From: Avijit Gupta <526avijit@gmail.com> Date: Sun, 5 Mar 2017 12:18:29 +0530 Subject: [PATCH] Add note about mentioning bugnum in PR description (#3156) --- PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 72a69cf77f2e..f23bd2ba1cea 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ -IMPORTANT NOTE (please read, then delete): +IMPORTANT NOTES (please read, then delete): -The PR title should start with "Fix #bugnum: " (if applicable), followed by a clear one-line present-tense summary of the changes introduced in the PR. For example: "Fix #bugnum: introduce the first version of the collection editor.". +* The PR title should start with "Fix #bugnum: " (if applicable), followed by a clear one-line present-tense summary of the changes introduced in the PR. For example: "Fix #bugnum: introduce the first version of the collection editor.". + +* Please make sure to mention "#bugnum" somewhere in the description of the PR. This enables Github to link the PR to the corresponding bug. Please also make sure to follow the [style rules](https://github.com/oppia/oppia/blob/develop/CONTRIBUTING.md#style-rules).