File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 14
14
description : >
15
15
A clear and concise description of what the bug is,
16
16
including what currently happens and what you expected to happen.
17
+ validations :
18
+ required : true
17
19
18
20
- type : textarea
19
21
id : steps
24
26
1.
25
27
2.
26
28
3.
29
+ validations :
30
+ required : true
27
31
28
32
- type : textarea
29
33
id : solutions
@@ -44,10 +48,14 @@ body:
44
48
label : Rustup version
45
49
description : Output of `rustup --version`
46
50
render : console
51
+ validations :
52
+ required : true
47
53
48
54
- type : textarea
49
55
id : toolchains
50
56
attributes :
51
57
label : Installed toolchains
52
58
description : Output of `rustup show`
53
59
render : console
60
+ validations :
61
+ required : true
Original file line number Diff line number Diff line change @@ -13,13 +13,17 @@ body:
13
13
label : Problem you are trying to solve
14
14
description : >
15
15
A clear and concise description of the problem this enhancement request is trying to solve.
16
+ validations :
17
+ required : true
16
18
17
19
- type : textarea
18
20
id : solution
19
21
attributes :
20
22
label : Solution you'd like
21
23
description : >
22
24
A clear and concise description of what you want to happen.
25
+ validations :
26
+ required : true
23
27
24
28
- type : textarea
25
29
id : notes
Original file line number Diff line number Diff line change 42
42
description : >
43
43
A clear and concise description of what the bug is,
44
44
including what currently happens and what you expected to happen.
45
+ validations :
46
+ required : true
45
47
46
48
- type : textarea
47
49
id : steps
52
54
1.
53
55
2.
54
56
3.
57
+ validations :
58
+ required : true
55
59
56
60
- type : textarea
57
61
id : solutions
@@ -72,10 +76,14 @@ body:
72
76
label : Rustup version
73
77
description : Output of `rustup --version`
74
78
render : console
79
+ validations :
80
+ required : true
75
81
76
82
- type : textarea
77
83
id : toolchains
78
84
attributes :
79
85
label : Installed toolchains
80
86
description : Output of `rustup show`
81
87
render : console
88
+ validations :
89
+ required : true
You can’t perform that action at this time.
0 commit comments