From db44d21143a37bc2333226b3a62e113241c90a32 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Sat, 6 Jul 2024 13:20:14 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 126d243b5..28a159ee2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,6 +28,7 @@ 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) - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change) ## Checklist