diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..9aeb0732 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Description + +A description of the change and what it does. If relevant, please provide screenshots of what results from the change. + +## Type of change + +Remove the irrelevant one. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) + +## Checklist + +- [ ] Code has been linted +- [ ] Code has been self-reviewed +- [ ] Code has been tested and no new breakage is introduced +- [ ] Documentation has been added + +## Other information + +Provide any other relevant information.