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 c7520cc commit 10e73beCopy full SHA for 10e73be
.github/ISSUE_TEMPLATE/Issue-report.yml
@@ -80,6 +80,17 @@ body:
80
- other
81
validations:
82
required: true
83
+ - type: dropdown
84
+ id: type
85
+ attributes:
86
+ label: Type
87
+ description: How would you define the type of the issue? Please select from the types below.
88
+ options:
89
+ - Task
90
+ - Bug
91
+ - Question
92
+ validations:
93
+ required: true
94
- type: input
95
id: IDE
96
attributes:
0 commit comments