File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed
Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -84,25 +84,13 @@ body:
8484 validations :
8585 required : true
8686
87- - type : input
87+ - type : dropdown
8888 attributes :
89- label : Fawe Version
90- description : What version of Fawe are you running? (`/version FastAsyncWorldEdit`)
91- placeholder : " For example: FastAsyncWorldEdit version 2.0.0-SNAPSHOT-1"
89+ label : Are you interested in contributing a fix?
90+ description : Indicate if this is something you would like to work on. Contributions speed up the resolution of issues.
91+ multiple : false
92+ options :
93+ - " Yes"
94+ - " No"
9295 validations :
9396 required : true
94-
95- - type : checkboxes
96- attributes :
97- label : Checklist
98- description : Make sure you have followed each of the steps outlined here.
99- options :
100- - label : I have included a Fawe debugpaste.
101- required : true
102- - label : I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
103- required : true
104-
105- - type : textarea
106- attributes :
107- label : Anything else?
108- description : You can provide additional context below.
You can’t perform that action at this time.
0 commit comments