Skip to content

Commit 9820995

Browse files
authored
Update bug_report.yml
Signed-off-by: Lucas Morais Rodrigues <[email protected]>
1 parent be42165 commit 9820995

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ body:
1414
render: bash
1515
validations:
1616
required: true
17-
- type: textarea
17+
- type: textarea
1818
id: steps
1919
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"
2222
value: ""
2323
render: bash
2424
validations:
2525
required: true
2626
- type: input
2727
id: version
2828
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)"
3232
validations:
3333
required: true
3434
- type: checkboxes
3535
id: check
3636
attributes:
37-
label: "first of all confirm:"
38-
description: "confirm"
37+
label: "First of all, please confirm:"
38+
description: "Confirm the following:"
3939
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?"
4141
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?"
4343
required: true
44-
- label: "are you using the latest version?"
44+
- label: "Are you using the latest version?"
4545
- label: "I agree to behave and wait patiently"

0 commit comments

Comments
 (0)