From e77a6c8f5b362911e7f47acf56080c3aa7b3b935 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Thu, 16 Oct 2025 15:44:24 +0200 Subject: [PATCH] chore: improve styling --- .github/PULL_REQUEST_TEMPLATE/bugfix.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE/feature.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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)