diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..dce29e9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +# Duck Book Pull Request +Thanks for your contribution to the Duck Book. Please fill in the below sections, and check off as much of the checklist as you can. +If you have any difficulty, or some checklist items are not relevant, comment to let the reviewer know. + +## Summary of change(s): +e.g. 'Added unit test example, fixed typos' + +## Any related issue(s): +e.g. '#1, #2, #3' + +## Checklist: +- [ ] Work has been proofread/spellchecked (reviewer to assist). +- [ ] New example code is free of generic errors. +- [ ] GitHub actions succeed. +- [ ] Any new requirements have been updated in requirements or dev-requirements. +- [ ] The changelog has been updated. + +Thank you for helping to improve the Duck Book!