From be64a68e616b60d8551902d212e238013425af76 Mon Sep 17 00:00:00 2001 From: Victoria Nduka <122698422+nwanduka@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:26:50 +0100 Subject: [PATCH] Create accessibility_report.md --- .../ISSUE_TEMPLATE/accessibility_report.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/accessibility_report.md diff --git a/.github/ISSUE_TEMPLATE/accessibility_report.md b/.github/ISSUE_TEMPLATE/accessibility_report.md new file mode 100644 index 0000000..8a7be4b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/accessibility_report.md @@ -0,0 +1,46 @@ +--- +name: Accessibility report +about: Report accessibility issues you've identified on caMicroscope +title: Briefly describe the accessibility issue (e.g., "Low color contrast on chart"). +labels: accessibility, ux, unreviewed +assignees: '' + +--- + +**Description** +Describe the accessibility issue in detail. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. Encounter issue + +**Tools** +Specify the tool you used to identify the issue (e.g., JAWS screen reader, Lighthouse, Axe, etc). + +**Expected behavior** +Describe how the content or component should behave to be accessible (e.g., "The chart should have sufficient color contrast to meet WCAG guidelines"). + +**Impact** +Explain how this issue impacts users with disabilities (e.g., "Users with low vision may not be able to distinguish the data points on the chart"). + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. +Mention any relevant WCAG guidelines or accessibility standards that apply (if known). +If you have a suggestion for fixing the issue, feel free to share it here.