From 31604822eb64c779953e7a003706b874bb303c0b Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Sat, 6 Jul 2024 13:38:29 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 28a159ee..f54e2641 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,8 @@ This PR fixes or closes issue: fixes # - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 🌎 Translation (addition or update a translation) -- [x] ⚙️ Tech (code style improvement, performance improvement or dependencies bump) +- [ ] ⚙️ Tech (code style improvement, performance improvement or dependencies bump) +- [ ] 📚 Documentation (fix or addition in the documentation) - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change) ## Checklist