Skip to content

Commit

Permalink
Create accessibility-issue.md
Browse files Browse the repository at this point in the history
Add template for accessibility issue
  • Loading branch information
israelcefrin authored Jan 3, 2025
1 parent 382f24b commit 61a61da
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/accessibility-issue.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 61a61da

Please sign in to comment.