From b28b5975aff63ca1e1450be30b5d3536659bb7a6 Mon Sep 17 00:00:00 2001 From: Giselle Rosetta <135234996+gisellerosetta@users.noreply.github.com> Date: Thu, 8 May 2025 14:09:52 +0100 Subject: [PATCH] Draft pull_request_template.md --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md 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!