From 532d9ae6d5f927b966d1561dddb8e9c854f82715 Mon Sep 17 00:00:00 2001 From: Neil Agarwal Date: Mon, 23 Mar 2020 04:10:48 +0530 Subject: [PATCH 1/3] [IMPROVEMENT] New PR Template --- .github/PULL_REQUEST_TEMPLATE.md | 39 ++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index db905f2f947a..719bf0416462 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,40 @@ - + + - -Closes #ISSUE_NUMBER +## Proposed changes + - +## Closes issue(s) + + +## How to test or reproduce + + +## Screenshots + +## Types of changes + + + +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Hotfix (a major bugfix that has to be merged asap) +- [ ] Documentation Update (if none of the other choices apply) + +## Checklist + + +- [ ] I have read the [CONTRIBUTING](https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat) doc +- [ ] I have signed the [CLA](https://cla-assistant.io/RocketChat/Rocket.Chat) +- [ ] Lint and unit tests pass locally with my changes +- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) +- [ ] I have added necessary documentation (if applicable) +- [ ] Any dependent changes have been merged and published in downstream modules + +## Further comments + - From b1b1afe96f39857e0536c055071f24ddc4701173 Mon Sep 17 00:00:00 2001 From: Neil Agarwal Date: Fri, 27 Mar 2020 16:18:02 +0530 Subject: [PATCH 2/3] .github: Improvements type, Changelog text --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 719bf0416462..c57e62762a88 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,8 @@ ## Proposed changes -## Closes issue(s) - +## Issue(s) + ## How to test or reproduce @@ -20,6 +20,7 @@ - [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] Improvement (non-breaking change which improves a current function) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Hotfix (a major bugfix that has to be merged asap) @@ -35,6 +36,9 @@ - [ ] I have added necessary documentation (if applicable) - [ ] Any dependent changes have been merged and published in downstream modules +## Changelog + + ## Further comments From 8564d25c4fb53b46136507863e63231f1b4bcd1d Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Thu, 14 May 2020 11:23:09 -0300 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c57e62762a88..b7ce1a785259 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -37,7 +37,9 @@ - [ ] Any dependent changes have been merged and published in downstream modules ## Changelog - + + + ## Further comments