Skip to content

Commit 3b9ddfe

Browse files
authored
Refine pull request checklist for clarity
Removed redundant checklist items and clarified documentation update requirements.
1 parent 01bee7d commit 3b9ddfe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
## Checklist
2222
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
2323
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
24+
- [ ] I have incremented the version number in the `pyproject.toml` file if a new version needs to be pushed to pypi (note that not incrementing the number won't push to pypi and throw an error, but it will update the documentation).
2425
- [ ] My code follows the code style of this project.
2526
- [ ] My change requires a change to the documentation.
26-
- [ ] I have updated the documentation accordingly.
27-
- [ ] I have incremented the version number in the `pyproject.toml` file.
28-
- [ ] I have added tests to cover my changes.
29-
- [ ] All new and existing tests passed.
27+
- [ ] I have updated the documentation as necessary and compiled locally to ensure it is clean.
28+
- [ ] I have added tests to cover my changes, and all new and existing tests passed.

0 commit comments

Comments
 (0)