We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757e2d7 commit c4c94a3Copy full SHA for c4c94a3
.github/pull_request_template.md
@@ -7,9 +7,9 @@
7
8
## ✅ Checklist
9
- [ ] 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
+- [ ] Added tests for new functionality
+- [ ] Updated documentation (mentioned in `docs/` or included in `examples/` and `notebooks/`)
+- [ ] Verified that changes do not break existing functionality (automatic tests passing)
13
14
## 📌 Related Issues / PRs
15
<!-- Link any related issues or PRs using `#issue-number`. -->
0 commit comments