diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 0000000..1c4b6e8 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,16 @@ + + +Fixes #N/A + +**What is being changed?** + +**Why is this a good idea?** + +**PR Opener Check List** +- [ ] Do lint checks pass? +- [ ] Do all tests pass +- [ ] Does code coverage stay at 100%? +- [ ] Are all open concerns addressed? +- [ ] Is change approved? + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.