From 3375d86c749b2a1662e7c8f1a5f0e54b0e71cf98 Mon Sep 17 00:00:00 2001 From: Nipun Aggarwal Date: Tue, 23 Jul 2019 12:18:53 +0530 Subject: [PATCH 1/3] Create a Pull Request Template Necessary for the community profile of the project ( Go to Insights>Community ) --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..6cd5c1202 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +Fixes #[Add issue number here] [First steps for issue #IssueNumber] + +Changes: [Add here what changes were made in the pull request and if possible provide links.] + +Screenshots for the change: + +Concerns: [Tag Relevant User] + +Due by: [If a completion date is required] From dd8534fb0eb49ba137cfc192bacc5ca1003b7eaf Mon Sep 17 00:00:00 2001 From: Nipun Aggarwal Date: Tue, 23 Jul 2019 12:21:01 +0530 Subject: [PATCH 2/3] Update pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6cd5c1202..6915e6f31 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,8 @@ +## PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING +1. Please thoroughly read README.md, INSTALL.md, GETTING_STARTED.md, and FAQ.md +2. Please search existing *open and closed* Pull Requests +3. Please specify clearly if your solution partially or completely solves the stated problem + Fixes #[Add issue number here] [First steps for issue #IssueNumber] Changes: [Add here what changes were made in the pull request and if possible provide links.] From d7d9764de1b8a4c5299a6b7af3e964a48c95a817 Mon Sep 17 00:00:00 2001 From: Nipun Aggarwal Date: Tue, 23 Jul 2019 12:22:31 +0530 Subject: [PATCH 3/3] Added Information to Template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6915e6f31..052ef7082 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,9 @@ 2. Please search existing *open and closed* Pull Requests 3. Please specify clearly if your solution partially or completely solves the stated problem + + + Fixes #[Add issue number here] [First steps for issue #IssueNumber] Changes: [Add here what changes were made in the pull request and if possible provide links.] @@ -12,3 +15,5 @@ Screenshots for the change: Concerns: [Tag Relevant User] Due by: [If a completion date is required] + +Configuration of test:[Where was it tested?]