diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..37ecd50 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + + +### Preparation checklist + +* [ ] Merge `master` into your branch and resolve resulting conflicts +* [ ] Select one or multiple reviewers who are well suited to discuss your changes +* [ ] Write a new programmatic test, if warranted +* [ ] Edit or create the documentation necessary for others to make use of your changes + +### Writing a helpful description + +* [ ] Link to the specific user-story being addressed, and describe how you've addressed it +* [ ] Describe how your changes should be tested +* [ ] Link to specific files, line-numbers, and decisions you would like feedback on