We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001b52c commit 5e619f4Copy full SHA for 5e619f4
1 file changed
.github/ISSUE_TEMPLATE/New-Project.yml
@@ -57,3 +57,25 @@ body:
57
default: 0
58
validations:
59
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
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