Skip to content

Draft pull_request_template.md #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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!