From 253538bce5e7fad019bac817e51e7bc4e080ca61 Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Mon, 2 Dec 2024 19:44:10 -0600 Subject: [PATCH] Made extra sections collapsible. --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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