From 5c1aec496f0c0ae5afafd37eab7ffd52850461d4 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Thu, 16 Oct 2025 15:46:06 +0200 Subject: [PATCH] chore: remove internationalization checklist item from feature PR template. Save for later --- .github/PULL_REQUEST_TEMPLATE/feature.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md index d5e0681a..0db3f39e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -14,5 +14,4 @@ Closes # - [ ] One problem per PR (no unrelated changes) - [ ] Lints pass; CI green - [ ] Tricky parts are commented in code -- [ ] Internationalization (see `DEVELOPMENT.md` for details) - [ ] Backward compatible with existing device firmware (See `DEVELOPMENT.md` for details)