From 867b51a18e8606d4223978b685d42bddf225f070 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Wed, 19 Dec 2018 17:33:02 -0500 Subject: [PATCH] Add Accessibility section to the PR template (https://github.com/woocommerce/woocommerce-admin/pull/1133) --- .../woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md b/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md index 0cc4478121d..abb72034bb2 100644 --- a/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md +++ b/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,15 @@ Fixes # _Replace this with a good description of your changes & reasoning._ +### Accessibility + + + +- [ ] I've tested using only a keyboard (no mouse) +- [ ] I've tested using a screen reader +- [ ] All animations respect [`prefers-reduced-motion`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) +- [ ] All text has [at least a 4.5 color contrast with its background](https://webaim.org/resources/contrastchecker/) + ### Screenshots ### Detailed test instructions: