diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 69425b735..3204244a6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,12 +2,12 @@ @@ -24,7 +24,7 @@ ## Additional information - This PR fixes or closes issue: fixes # -- This PR is related to issue: +- This PR is related to issue: ## Checklist @@ -35,4 +35,5 @@ - [ ] The code change is tested and works locally. - [ ] Local tests pass. **Your PR cannot be merged unless tests pass** - [ ] There is no commented out code in this PR. +- [ ] UI changes including text have used i18n keys and have been added to the `en` locale. - [ ] The code has been formatted using Ruff (`ruff format frigate`)