From cd3f0af79be79ac3a3ed9ac1e57f4e3164030664 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Fri, 22 Jan 2021 21:54:46 -0500 Subject: [PATCH] chore: add pr template --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 0000000000..ff9577290c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Description + + + +- [ ] I have read and understand the CONTRIBUTING.md document in this repository + +## Type of change + + + +- [ ] 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 a documentation update + +## Checklist: + +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] Existing test suite passes locally with my changes +- [ ] I have made corresponding changes to the documentation