From e3491f8afb0bab7c78f0a75ebf7398cee00cc6e0 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Tue, 23 Jun 2020 16:42:00 -0400 Subject: Added pull_request_template.md This is a (slightly modified) template I found on https://www.talater.com/open-source-templates/#/page/1. Since we likely won't be making any pull requests immediately, this is still up to changing from feedback (and the more feedback the merrier!). And whatever version ends up being pulled into the main repository, we can discuss in sprint retro and make modifications as necessary. --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..8606ee25 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ + + +## Link to ticket + + +## Description + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Bug fix (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 change) + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. -- cgit v1.2.3-70-g09d2 From b92ff5da4dfe30620ad8c2c2eae027c33781701e Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Tue, 23 Jun 2020 16:56:33 -0400 Subject: Update pull_request.md Added Documentation/repository update option to Types of changes --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8606ee25..5445a12e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,6 +18,7 @@ - [ ] Bug fix (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 change) +- [ ] Documentation/repository update ## Checklist: -- cgit v1.2.3-70-g09d2