From cffabb8f7d33a7681ad59fadd44ce0258331fc8a Mon Sep 17 00:00:00 2001 From: Ryan Maleki Date: Mon, 25 Nov 2024 19:37:42 -0800 Subject: [PATCH] add .github/pull-request-template.md --- .github/pull-request-template.md | 16 ++++++++++++++++ 1 file changed, 16 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 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.