From 61a61da804a913689a63e94ab7dc34fca05dbf85 Mon Sep 17 00:00:00 2001 From: Israel Cefrin Date: Thu, 2 Jan 2025 23:10:51 -0500 Subject: [PATCH] Create accessibility-issue.md Add template for accessibility issue --- .github/ISSUE_TEMPLATE/accessibility-issue.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/accessibility-issue.md diff --git a/.github/ISSUE_TEMPLATE/accessibility-issue.md b/.github/ISSUE_TEMPLATE/accessibility-issue.md new file mode 100644 index 0000000..a012deb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/accessibility-issue.md @@ -0,0 +1,36 @@ +--- +name: Accessibility Issue +about: An issue related exclusively to accessibility +title: '' +labels: Accessibility +assignees: '' + +--- + +## Issue Description +// What is the nature of the issue? How does it impact users? + + +## How to reproduce / Current behavior +// Step-by-step instructions explaining how to reproduce the problem. The environment required, explicit identification of the component in question + + +## What application are you using? + OJS version X.X.X + +## Stack used +- Device: xyz +- OS: xyz +- Browser: xyz +- Version: xyz + +## Testing method +- Method: (e.g. Manual; Keyboard) +- Automated test: (e.g. tool name) + +## Action +// Describe action that can be taken to remediate the issue. + + +## Additional information +// Please add any screenshots, code snippets, or other information we can use to investigate this issue.