From a678510303eed1e677ff552339ea471d3f5fed59 Mon Sep 17 00:00:00 2001 From: Gabby Getz Date: Tue, 12 Dec 2023 11:41:51 -0500 Subject: [PATCH] Added PR template --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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 000000000000..a747bf0c560e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + +# Description + + + + + + + +## Issue number and link + + + + + +## Testing plan + + + +# Author checklist + +- [ ] I have submitted a Contributor License Agreement +- [ ] I have added my name to `CONTRIBUTORS.md` +- [ ] I have updated `CHANGES.md` with a short summary of my change +- [ ] I have added or updated unit tests to ensure consistant code coverage +- [ ] I have update the inline documentation, and included code examples where relevant +- [ ] I have performed a self-review of my code