From 5892c972ece077d43c043e9359c04648719722bb Mon Sep 17 00:00:00 2001 From: Michail Yasonik Date: Fri, 28 Jun 2019 10:35:01 +0300 Subject: [PATCH] update accessibility issue template (#39359) --- .github/ISSUE_TEMPLATE/Accessibility.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Accessibility.md b/.github/ISSUE_TEMPLATE/Accessibility.md index 7363fc700f80..8ebf448e6472 100644 --- a/.github/ISSUE_TEMPLATE/Accessibility.md +++ b/.github/ISSUE_TEMPLATE/Accessibility.md @@ -1,13 +1,15 @@ --- name: Accessibility Issue about: Issues to help Kibana be as keyboard-navigable, screen-readable, and accessible to all, with a focus on WCAG / Section 508 compliance -labels: accessibility +labels: Project:Accessibility title: (Accessibility) --- -**Steps to reproduce (assumes [ChromeVox](https://chrome.google.com/webstore/detail/chromevox/kgejglhpjiefppelpmljglcjbhoiplfn) or similar)** +[Please add a WCAG level label: WCAG A/AA/AAA] -1. +**Steps to reproduce** + +1. 2. 3. @@ -15,15 +17,22 @@ title: (Accessibility) **Actual Result** -4. +* **Expected Result** -4. +* **Meta Issue** **Kibana Version:** -**Relevant WCAG Criteria:** [#.#.# WCAG Criterion](link to https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0) +**OS:** +**Browser:** + +**Screen reader:** [if relevant] + +**Relevant WCAG Criteria:** [#.#.# WCAG Criterion - Level A/AA/AAA](link to https://www.w3.org/WAI/WCAG21/quickref/) + +**Relevant ARIA spec:** [](link to https://www.w3.org/TR/wai-aria-practices/)