Skip to content

Commit

Permalink
Fix grammar, add examples of accessibility aspects
Browse files Browse the repository at this point in the history
  • Loading branch information
osma authored May 6, 2022
1 parent 01185df commit 042500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 042500e

Please sign in to comment.