Skip to content

Commit 0b6fc89

Browse files
committed
Provide dropdown to select affected environments
1 parent 2801521 commit 0b6fc89

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,38 @@ body:
7777
attributes:
7878
label: Version
7979
description: What version of `stdlib` are you running?
80-
- type: textarea
80+
- type: dropdown
8181
id: environments
8282
attributes:
8383
label: Environments
84-
description: What environments are affected (e.g., `Node v0.4.x`, `Chrome`, `IE 11`)? If Node.js, include the `npm` version, operating system, and any other potentially relevant platform information.
85-
value: |
86-
The following environments are affected:
87-
88-
- a
89-
- b
90-
- c
84+
description: What environments are affected?
85+
multiple: true
86+
options:
87+
- N/A
88+
- Node.js
89+
- Firefox
90+
- Chrome
91+
- Safari
92+
- Microsoft Edge
93+
- Internet Explorer
94+
- Other Browser
95+
validations:
96+
required: true
97+
- type: input
98+
id: browser-version
99+
attributes:
100+
label: Browser Version
101+
description: If applicable, what browser version(s)?
102+
- type: input
103+
id: node-version
104+
attributes:
105+
label: Node.js / npm Version
106+
description: If applicable, what Node.js / npm version(s)?
107+
- type: input
108+
id: platform
109+
attributes:
110+
label: Platform
111+
description: If applicable, what operating system(s)?
91112
- type: checkboxes
92113
id: checklist
93114
attributes:

0 commit comments

Comments
 (0)