diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4bb1e5a1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ + + + + +## Changes + + + +## Context + + + + + +## Documentation (please check one with an [x]) + +- [ ] I have updated the documentation, or +- [ ] No documentation update is required + +## How I've tested my work (please select one) + +I have verified these changes via: + +- [ ] Code inspection only, or +- [ ] Newly added/modified unit tests, or +- [ ] No unit tests but ran on a real repository, or +- [ ] Both unit tests + ran on a real repository + + + + +