File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,32 +14,32 @@ body:
14
14
render : bash
15
15
validations :
16
16
required : true
17
- - type : textarea
17
+ - type : textarea
18
18
id : steps
19
19
attributes :
20
- label : " step by step "
21
- description : " To make the problem occur "
20
+ label : " Step by Step "
21
+ description : " Steps to reproduce the problem"
22
22
value : " "
23
23
render : bash
24
24
validations :
25
25
required : true
26
26
- type : input
27
27
id : version
28
28
attributes :
29
- label : " package version "
30
- description : " enter the version you are using, look in package.json"
31
- placeholder : " 1.0.0 (NPM OR GIT CLONE )"
29
+ label : " Package Version "
30
+ description : " Enter the version you are using (e.g., from package.json) "
31
+ placeholder : " 1.0.0 (NPM or Git Clone )"
32
32
validations :
33
33
required : true
34
34
- type : checkboxes
35
35
id : check
36
36
attributes :
37
- label : " first of all confirm:"
38
- description : " confirm "
37
+ label : " First of all, please confirm:"
38
+ description : " Confirm the following: "
39
39
options :
40
- - label : " have you checked that there isn't already another issue with the same problem either on github or on the discord server?"
40
+ - label : " Have you checked if there isn't already another issue with the same problem either on GitHub or on the Discord server?"
41
41
required : true
42
- - label : " have you checked that there hasn't been a recent commit fixing this problem?"
42
+ - label : " Have you checked if there hasn't been a recent commit fixing this problem?"
43
43
required : true
44
- - label : " are you using the latest version?"
44
+ - label : " Are you using the latest version?"
45
45
- label : " I agree to behave and wait patiently"
You can’t perform that action at this time.
0 commit comments