Skip to content

Commit 96e618a

Browse files
authored
Update 4.accessibility.yml
1 parent e13f0b8 commit 96e618a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/ISSUE_TEMPLATE/4.accessibility.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: |
88
Please ensure this issue hasn't been reported already by checking [existing issues](https://github.com/processing/p5.js-website/issues).
9-
9+
1010
- type: input
1111
attributes:
1212
label: Title
@@ -131,3 +131,25 @@ body:
131131
validations:
132132
required: false
133133

134+
135+
- type: dropdown
136+
attributes:
137+
label: What is your operating system?
138+
options:
139+
- Windows
140+
- Mac OS
141+
- Linux
142+
- Android
143+
- iOS
144+
- Other (specify if possible)
145+
validations:
146+
required: false
147+
148+
- type: input
149+
attributes:
150+
label: Web browser and version
151+
description: |
152+
In the address bar, on Chrome enter `chrome://version`, on Firefox enter `about:support`. On Safari, use `About Safari`.
153+
validations:
154+
required: false
155+

0 commit comments

Comments
 (0)