File tree Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,17 @@ body:
28
28
attributes :
29
29
label : What was the expected result?
30
30
placeholder : I expected this to happen
31
- validations :
32
- required : true
33
31
- type : textarea
34
32
id : screenshots
35
33
attributes :
36
34
label : Put here any screenshots or videos (optional)
37
- - type : checkboxes
38
- id : checks
35
+ - type : dropdown
36
+ id : assign
39
37
attributes :
40
- label : Extra fields
38
+ label : Would you like to work on this issue?
41
39
options :
42
- - label : I have used the search function to check if an issue already exists
43
- required : true
44
- - label : I'd like to work on this issue
40
+ - No
41
+ - Yes
45
42
- type : markdown
46
43
attributes :
47
44
value : |
Original file line number Diff line number Diff line change @@ -18,25 +18,19 @@ body:
18
18
attributes :
19
19
label : It should be implemented because
20
20
placeholder : It will allow to do Y that is needed for Z
21
- - type : textarea
22
- id : alternatives
23
- attributes :
24
- label : Did you think about any alternative?
25
- placeholder : We could do A or B instead
26
21
- type : textarea
27
22
id : context
28
23
attributes :
29
24
label : Additional context
30
25
placeholder : |
31
26
Add any other context or screenshots about the feature request here.
32
- - type : checkboxes
33
- id : checks
27
+ - type : dropdown
28
+ id : assign
34
29
attributes :
35
- label : Extra fields
30
+ label : " Would you like to work on this issue? "
36
31
options :
37
- - label : I have used the search function to check if an issue already exists
38
- required : true
39
- - label : I'd like to work on this issue
32
+ - " No"
33
+ - " Yes"
40
34
- type : markdown
41
35
attributes :
42
36
value : |
You can’t perform that action at this time.
0 commit comments