Skip to content

Commit 757d1dc

Browse files
z4y4tsseddonym
authored andcommitted
Improve PR template
Use correct checklist syntax
1 parent 53dd737 commit 757d1dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[ ] Add tests for the change. In general, aim for full test coverage at the Python level. Rust tests are optional.
2-
[ ] Add any appropriate documentation.
3-
[ ] Add a summary of changes to the `latest` section at the top of `CHANGELOG.rst`. (If it's not there, add it.)
4-
[ ] Add your name to `AUTHORS.rst`.
5-
[ ] Run `just full-check`.
1+
- [ ] Add tests for the change. In general, aim for full test coverage at the Python level. Rust tests are optional.
2+
- [ ] Add any appropriate documentation.
3+
- [ ] Add a summary of changes to the `latest` section at the top of `CHANGELOG.rst`. (If it's not there, add it.)
4+
- [ ] Add your name to `AUTHORS.rst`.
5+
- [ ] Run `just full-check`.

0 commit comments

Comments
 (0)