Skip to content

Commit

Permalink
Merge pull request #98 from alphagov/create-accessibility-issue-form
Browse files Browse the repository at this point in the history
Report an accessibility issue form
  • Loading branch information
nnagewad authored Oct 29, 2024
2 parents 6dba7eb + 0c5ea86 commit 0ca4b36
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/07-accessibility-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Report an accessibility issue or suggest an improvement to the Publishing Design Guide
description: Use this template to report an accessibility issue or suggest an improvement that can be made to the Publishing Design Guide
title: "[Enter a brief title of the accessibility issue or suggested improvement]"
labels: ["accessibility"]
projects: ["alphagov/97"]
body:
- type: markdown
attributes:
value: |
# Steps to report an accessibilty issue or suggestion
- Update the title with a brief description of the issue or suggestion
- Enter the details below to the best of your ability
- Link to [How to meet WCAG](https://www.w3.org/WAI/WCAG22/quickref/)
- type: textarea
attributes:
label: "Accessibility issue or suggested improvement"
description: "Describe what the accessibility issue or suggested improvement is. Include a link to the WCAG success criteria via the [WCAG quick ref](https://www.w3.org/WAI/WCAG22/quickref/)"
validations:
required: true
- type: dropdown
attributes:
label: "Affected platform(s)"
description:
multiple: false
options:
- Web
- Mobile
- Both
validations:
required: false
- type: textarea
attributes:
label: "Impact on assitive technology / accessibility aids"
description: "List all the assistive technologies/aids as well as web browser that are affected by this issue"
validations:
required: false

0 comments on commit 0ca4b36

Please sign in to comment.