Skip to content

Commit c4c94a3

Browse files
committed
style: improved checklist in PR template
1 parent 757e2d7 commit c4c94a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
## ✅ Checklist
99
- [ ] Code follows the project's style and guidelines
10-
- [ ] Added tests for new functionality (if applicable)
11-
- [ ] Updated documentation (`README.md`, `release.md`, etc.)
12-
- [ ] Verified that changes do not break existing functionality
10+
- [ ] Added tests for new functionality
11+
- [ ] Updated documentation (mentioned in `docs/` or included in `examples/` and `notebooks/`)
12+
- [ ] Verified that changes do not break existing functionality (automatic tests passing)
1313

1414
## 📌 Related Issues / PRs
1515
<!-- Link any related issues or PRs using `#issue-number`. -->

0 commit comments

Comments
 (0)