From ac79edf6133447f27c86f4da5b2bc0988f265c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sheev=20Dav=C3=A9?= Date: Tue, 21 Jan 2025 12:03:35 -0800 Subject: [PATCH] Update pull_request_template.md Added a11y checks to PR template --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a87db3fcd0..7ffbbc2907 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,3 +20,8 @@ Please enter a detailed description here. * Consideration 1 * Consideration 2 * Consideration ... + +## A11y Checks (if applicable) + +* Conduct automated tests through [AxeDevTools](https://www.deque.com/axe/devtools/) and [WAVE](https://wave.webaim.org/) +* Review the [Manual Checklist](https://docs.google.com/document/d/192bBXStebdXWtYhZQ73qaWMJhGcuSB1W6c9YBXhWZvc/edit?usp=sharing)