Add Accessibility section to the PR template (https://github.com/woocommerce/woocommerce-admin/pull/1133)
This commit is contained in:
parent
dff8b63271
commit
867b51a18e
|
@ -2,6 +2,15 @@ Fixes #
|
|||
|
||||
_Replace this with a good description of your changes & reasoning._
|
||||
|
||||
### Accessibility
|
||||
|
||||
<!-- If you've changed or added any interactions, check off the appropriate items below. You can delete any that don't apply. Use this space to elaborate on anything if needed. -->
|
||||
|
||||
- [ ] 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:
|
||||
|
|
Loading…
Reference in New Issue