Skip to content

Commit

Permalink
Made extra sections collapsible.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Dec 3, 2024
1 parent 1f77bc9 commit 253538b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---
<details open>

### Documentation Checklist
<summary>### Documentation Checklist</summary>

- [ ] 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.

</details>
---

### First-Time Contributor Checklist
<details>
<summary>### First-Time Contributor Checklist</summary>

- [ ] If this is your first contribution, add yourself to `pyproject.toml` if you wish to do so.

</details>
---

### Additional Notes for Reviewers
Expand Down

0 comments on commit 253538b

Please sign in to comment.