Skip to content

Commit 5e619f4

Browse files
Update template
1 parent 001b52c commit 5e619f4

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/New-Project.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,25 @@ body:
5757
default: 0
5858
validations:
5959
required: true
60+
- type: checkboxes
61+
id: operating-systems
62+
attributes:
63+
label: Which operating systems have you used?
64+
description: You may select more than one.
65+
options:
66+
- label: macOS
67+
- label: Windows
68+
- label: Linux
69+
- type: textarea
70+
id: repro
71+
attributes:
72+
label: Reproduction steps
73+
description: "How do you trigger this bug? Please walk us through it step by step."
74+
value: |
75+
1.
76+
2.
77+
3.
78+
...
79+
render: bash
80+
validations:
81+
required: true

0 commit comments

Comments
 (0)