diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 073f1e81..a0207e3d 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -15,19 +15,23 @@ Please provide a summary of the change, referencing the issue it fixes, if appli
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable).
---
+
-### Documentation Checklist
+### Documentation Checklist
- [ ] I have documented all added classes and methods.
- [ ] For infrastructure updates, I have updated the developer's guide.
- [ ] For significant new features, I have added a section to the getting started guide.
+
---
-### First-Time Contributor Checklist
+
+### First-Time Contributor Checklist
- [ ] If this is your first contribution, add yourself to `pyproject.toml` if you wish to do so.
+
---
### Additional Notes for Reviewers