We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223d578 commit f544fd5Copy full SHA for f544fd5
1 file changed
.github/ISSUE_TEMPLATE/bugreport.yml
@@ -18,15 +18,12 @@ body:
18
placeholder: "example: 2021.3.27f1"
19
validations:
20
required: true
21
- - type: dropdown
+ - type: input
22
id: externalgameview-version
23
attributes:
24
label: External Game View Version
25
description: The version of the External Game View you are using.
26
- options:
27
- - 1.1.2
28
- - 1.1.1
29
- - 1.1.0
+ placeholder: "example: 1.1.0"
30
31
32
- type: dropdown
0 commit comments