From d58c90db5db443424a4c877f8010b0b8255e6770 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 11 May 2021 16:57:29 +0100 Subject: [PATCH] Update accessibility contribution guidance in bug report and PR templates (#7142) Co-authored-by: Scott Cranfill --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- docs/contributing/html_guidelines.rst | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 75c3d71186..152dd8985f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,5 +5,7 @@ Before submitting, please review the contributor guidelines `_. We target the HTML5 doctype. * Write `semantic HTML `_. +* Consult `ARIA Authoring Practices `_, in particular `No ARIA is better than Bad ARIA `_. * Attach JavaScript behavior with ``data-`` attributes, rather than classes or IDs. * For comments, use Django templates syntax instead of HTML.