diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix.md index 074f5bd9..0a802512 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bugfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix.md @@ -1,9 +1,9 @@ Fixes # -Summary of the fix +### Summary - What changed and why in 1–3 sentences. -Checklist +### Checklist - [ ] Linked to issue(s) above by issue number (e.g. `Closes #`) - [ ] One problem per PR (no unrelated changes) - [ ] Lints pass; CI green diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md index 4e5f59af..d5e0681a 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -1,14 +1,14 @@ Closes # -Summary +### Summary - What and why in 1–3 sentences. -Screenshots/videos (UI changes) +### UI Changes - Add before/after images or a short clip. -Checklist +### Checklist - [ ] Linked to issue(s) above by issue number (e.g. `Closes #`) - [ ] One problem per PR (no unrelated changes)