From 88c9284b51b55d5d50346e6ef3e98637dce3998d Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Wed, 31 May 2023 12:56:18 -0500 Subject: [PATCH] added PR template --- .../pull_request_template.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..10041627 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,26 @@ +### Description + +Please explain the changes you made here. + +### Issue Related + +- Link to the related issue: + +### Type of Change + +Select only one. + +- [ ] 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 not work as expected) +- [ ] This change requires (or is) a documentation update + - [ ] I have added necessary local documentation (if appropriate) + - [ ] I have added necessary [itty.dev](https://github.com/kwhitley/itty.dev) documentation (if appropriate) + +### Testing + +Please describe the tests that you ran to verify your changes. + +### Checklist + +- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) doc