---
name: Accessibility issue
about: Report an accessibility issue for this project
title: "A11Y: <short_description>"
labels: ["accessibility"]
assignees: ""
type: bug
---
## Summary
A simple description of the issue.
## Impact
Who does this affect and what is the result?
## Steps to Reproduce
1. Go to '...'
2. Run AXE DevTools or attempt to '...'
3. Observe the result.
## Expected Behavior
What should happen for the page to be accessible?
<!--
Example: The 'Close' button should receive focus when the modal opens.
-->
## Technical Details
- **Rule Violated:** (e.g., "Buttons must have discernible text")
- **Severity:** (e.g., Critical, Serious, Moderate, Minor)
## Environment (Optional)
- **Tool Used:** (e.g., AXE DevTools, Lighthouse)
- **Assistive Technology:** (e.g., VoiceOver, NVDA)
- **Browser:** (e.g., Chrome, Edge)
## Additional Context
Add any other notes, code snippets, or screenshots here.
Summary
Add issue templates to create task and a11y type issues quickly with the correct metadata.
Describe the solution you'd like
Most importantly, these would have the correct metadata for
labelandissue typeautomatically.Alternatives you've considered
Continuing with existing templates, but won't always produce consistent issues.
Additional context
I've added an a11y template in our HUD project.
A11Y Issue Template