From 042500e922a80db7866cf5dfce4bcfc2fc6dea06 Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Fri, 6 May 2022 14:12:21 +0300 Subject: [PATCH] Fix grammar, add examples of accessibility aspects --- PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)