Skip to content

Commit 64eaf87

Browse files
authored
Merge pull request #864 from processing/ksen0-patch-2
Update placeholders in 4.accessibility.yml
2 parents 5d6ecae + 5aab73d commit 64eaf87

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/4.accessibility.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Please ensure this issue hasn't been reported already by checking [existing issues](https://github.com/processing/p5.js-website/issues).
8+
Please check [existing issues](https://github.com/processing/p5.js-website/issues) to ensure this issue hasn't been reported already. Thank you!
99
1010
- type: input
1111
attributes:
@@ -112,6 +112,7 @@ body:
112112
label: Suggested Fix
113113
description: |
114114
If you have a clear recommendation for how to resolve the issue, outline it here.
115+
placeholder: |
115116
For example:
116117
- “Add `aria-label="Search user"` to `button#user-search`.”
117118
- “Update CSS to ensure the focus outline is visible on high-contrast backgrounds.”
@@ -124,7 +125,9 @@ body:
124125
label: Reference
125126
description: |
126127
List any relevant WCAG 2.2 success criteria, ARIA Authoring Practices Guide, or Techniques for WCAG.
127-
Include specific IDs or links when possible. For example:
128+
Include specific IDs or links when possible.
129+
placeholder: |
130+
For example:
128131
* WCAG 2.2 SC 1.3.1 Info and Relationships
129132
* ARIA Authoring Practices Guide - Dialog (Modal) pattern
130133
* Techniques for WCAG ARIA1: Using the aria-describedby property to provide a descriptive label for user interface controls

0 commit comments

Comments
 (0)