diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e4f1fa5ebf5..acfe341c075 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,12 +5,12 @@ ## What are the changes? -## Why am I doing these changes? +## Why am I doing these changes the user will see? -## What did change? +## What are the changes from a developer perspective? @@ -30,6 +30,7 @@ - [ ] The PR is self-contained and cannot be split into smaller PRs? - [ ] Have I provided a clear explanation of the changes? - [ ] Have I considered writing automated tests for the issue? +- [ ] If I have text, did I add placeholders for them in locales? - [ ] Have I tested the changes (manually)? - [ ] Are all unit tests still passing? (`npm run test`) - [ ] Are the changes visual?