diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c62f4f6d8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## PR Summary + + + +## PR Checklist + +Note: Tick the boxes below that apply to this pull request by putting an `x` between the square brackets. Please mark anything not applicable to this PR `NA`. + +- [ ] PR has a meaningful title + - [ ] Use the present tense and imperative mood when describing your changes +- [ ] Summarized changes +- [ ] User facing documentation needed +- [ ] Change is not breaking +- [ ] Make sure you've added a new test if existing tests do not effectively test the code changed +- [ ] This PR is ready to merge and is not work in progress + - If the PR is work in progress, please add the prefix `WIP:` to the beginning of the title and remove the prefix when the PR is ready