Browse Source

Add a11y check to PR template (#4882)

pull/4886/head
Robyn MacCallum 3 years ago committed by GitHub
parent
commit
3e03c95a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/PULL_REQUEST_TEMPLATE.md

1
.github/PULL_REQUEST_TEMPLATE.md

@ -30,3 +30,4 @@
- Please add **unit tests** where it makes sense to do so (encouraged but not required) - Please add **unit tests** where it makes sense to do so (encouraged but not required)
- If this change requires a **documentation update** - notify the documentation team - If this change requires a **documentation update** - notify the documentation team
- If this change has particular **deployment requirements** - notify the DevOps team - If this change has particular **deployment requirements** - notify the DevOps team
- Ensure that all UI additions follow [WCAG AA requirements](https://contributing.bitwarden.com/contributing/accessibility/)

Loading…
Cancel
Save