mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-27 22:05:45 +00:00
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:
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user