From 2d65d3bbd2af00f4323b3d78bffe0fb5d7542f8a Mon Sep 17 00:00:00 2001 From: Manikumar1998 Date: Tue, 9 Oct 2018 15:48:07 +0530 Subject: [PATCH 1/3] Add details to membership.md --- hacktoberfest/membership.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacktoberfest/membership.md b/hacktoberfest/membership.md index 31271a0..1cb7959 100644 --- a/hacktoberfest/membership.md +++ b/hacktoberfest/membership.md @@ -8,4 +8,5 @@ | 6 | N S Raghav | 2017-2021 | | 7 | Sriker Balaram Paturi |2018-2022| | 8 | Murtuza Ali | 2018 - 2022 | -| 9 | Tanay Toshniwal | 2016-2020 | \ No newline at end of file +| 9 | Tanay Toshniwal | 2016-2020 | +| 10 | Manikumar Perla | 2015-2019 | \ No newline at end of file From b46a7683a9a7e6bfc26ddf5bcc8f5d40a4cb1dd1 Mon Sep 17 00:00:00 2001 From: Manikumar Perla Date: Tue, 9 Oct 2018 16:35:21 +0530 Subject: [PATCH 2/3] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..25f891a --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +# Description + +Please include a summary of the pull request + +# Type of change + +Please delete options that are not relevant. + +- [ ] New feature +- [ ] Bug fix +- [ ] Fix broken change +- [ ] Fix issue + +# Checklist: + +- [ ] I have tested the code and verified the results +- [ ] I have performed a self-review of my code +- [ ] I have commented my code thoroughly +- [ ] I have made corresponding changes to the documentation +- [ ] I have added tests that prove my fix is effective or that my feature works + +# Message to the admin (Optional): + + Add your message here From a87bf61eeadf36c264ed0cdb491b3a66c447998b Mon Sep 17 00:00:00 2001 From: Manikumar Perla Date: Tue, 9 Oct 2018 16:47:42 +0530 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 25f891a..5eb78b7 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -# Description +# Explanation Please include a summary of the pull request @@ -13,12 +13,13 @@ Please delete options that are not relevant. # Checklist: +- [ ] For issues: The PR title starts with "Fix #bugnum: ", followed by a short summary of the changes. If a part of the issue is resolved, the title starts with "Fix part of #bugnum: ", followed by a short summary of the changes - [ ] I have tested the code and verified the results - [ ] I have performed a self-review of my code - [ ] I have commented my code thoroughly - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works -# Message to the admin (Optional): +# Message to the reviewer (Optional): Add your message here