diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index ff8680ee8..d83faa810 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -11,6 +11,6 @@ ## Checklist - [ ] phpUnit tests pass locally with my changes -- [ ] I have added tests that the new code works, or tests are not relevant for this PR (e.g. only HTML/CSS changes) -- [ ] The PR doesn't reduce accessibility of the front-end code +- [ ] I have added tests that show that the new code works, or tests are not relevant for this PR (e.g. only HTML/CSS changes) +- [ ] The PR doesn't reduce accessibility of the front-end code (e.g. tab focus, scaling to different resolutions, use of `.sr-only` class, color contrast) - [ ] The PR doesn't introduce unintended code changes (e.g. empty lines or useless reindentation)