Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ ] Add tests for the change. In general, aim for full test coverage at the Python level. Rust tests are optional.
[ ] Add any appropriate documentation.
[ ] Add a summary of changes to the `latest` section at the top of `CHANGELOG.rst`. (If it's not there, add it.)
[ ] Add your name to `AUTHORS.rst`.
[ ] Run `just full-check`.
- [ ] Add tests for the change. In general, aim for full test coverage at the Python level. Rust tests are optional.
- [ ] Add any appropriate documentation.
- [ ] Add a summary of changes to the `latest` section at the top of `CHANGELOG.rst`. (If it's not there, add it.)
- [ ] Add your name to `AUTHORS.rst`.
- [ ] Run `just full-check`.
Loading