From b1d97a36009d409504dd7098c3d44a43d6e588b0 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Sun, 22 Jan 2023 00:25:14 +0000 Subject: [PATCH] Create accessibility.md --- .github/ISSUE_TEMPLATE/accessibility.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/accessibility.md diff --git a/.github/ISSUE_TEMPLATE/accessibility.md b/.github/ISSUE_TEMPLATE/accessibility.md new file mode 100644 index 00000000..dbd9b5e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/accessibility.md @@ -0,0 +1,21 @@ +--- +name: Report an accessibility issue +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Description of the issue +A clear and concise description of what the bug is. + +## How you found the issue +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## What you expected to happen +A clear and concise description of what you expected to happen.