Update PR template to include a11y checklist (#19538)
This commit is contained in:
parent
67a65e0aa5
commit
282afaa6a2
1 changed files with 7 additions and 3 deletions
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -49,10 +49,14 @@ _Please replace this line with instructions on how to test your changes, a note
|
|||
on the devices and browsers this has been tested on, as well as any relevant
|
||||
images for UI changes._
|
||||
|
||||
### UI accessibility concerns?
|
||||
### UI accessibility checklist
|
||||
_If your PR includes UI changes, please utilize this checklist:_
|
||||
- [ ] Semantic HTML implemented?
|
||||
- [ ] Keyboard operability supported?
|
||||
- [ ] Checked with [axe DevTools](https://www.deque.com/axe/) and addressed `Critical` and `Serious` issues?
|
||||
- [ ] Color contrast tested?
|
||||
|
||||
_If your PR includes UI changes, please replace this line with details on how
|
||||
accessibility is impacted and tested. For more info, check out the
|
||||
_For more info, check out the
|
||||
[Forem Accessibility Docs](https://developers.forem.com/frontend/accessibility)._
|
||||
|
||||
## Added/updated tests?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue