Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3836 create accessiblity issue reporting template #3837

Merged
merged 3 commits into from
May 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/a11y_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
name: Accessibility Report
about: Tell us about something that is not accessible.
title: ''
labels: a11y
assignees: ''
---
## Missing Alt-text
Please do not currently report missing alt-text for images unless you are part of the alt-text audit.
mauromsl marked this conversation as resolved.
Show resolved Hide resolved

## Report Issue
**Describe the inaccessible feature**
A clear and concise description of what cannot be accessed.

**Which users are impacted?**
(delete as applicable)
1. Everyone
2. Readers (i.e. those accessing the published site but not logging in to Janeway)
3. All Janeway Users
4. Only some Janeway Workflows:
a. author
b. editor
c. reviewer
d. copyeditor
e. typesetter
f. proofreader
g. manager

**Assistive software or customised computer setup**
Is this about an incompatibility with assistive software, hardware or accessibility settings? If so, please give details, including version numbers.

**Janeway version**
The version of Janeway under which the issue was encountered.
If running off of master, please, indicate the current HEAD of the Janeway installation

**To Reproduce**
Steps to reproduce:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Screenshots**
If applicable, add screenshots to help explain your problem.

## Preferred Solution
A clear and concise description of what you would like to happen instead.

## Front-end Issues (only)
If the issue is front-end specific please add the following details:

**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.