chore(PULL_REQUEST_TEMPLATE): expandable sections

The "Reminders before review" and "Reviewer guidelines" takes up a
large portion of browser/client realestate when creating, reviewing, or
viewing PRs. This puts details into expandable sections.
This commit is contained in:
fntyler
2026-06-11 17:47:25 -04:00
parent 4cf50517d0
commit da31f7e5a0

View File

@@ -12,6 +12,9 @@
## ⏰ Reminders before review
<details>
<summary>Expand</summary>
- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
@@ -21,8 +24,13 @@
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team
</details>
## 🦮 Reviewer guidelines
<details>
<summary>Expand</summary>
<!-- Suggested interactions but feel free to use (or not) as you desire! -->
- 👍 (`:+1:`) or similar for great changes
@@ -33,3 +41,5 @@
- ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention
- 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt
- ⛏ (`:pick:`) for minor or nitpick changes
</details>