Skip to content

Commit 0f1d229

Browse files
authored
Update bug_report.yaml
1 parent 70800ef commit 0f1d229

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body:
4242
label: What have you tried?
4343
description: What steps have you taken to find a solution?
4444
placeholder: Tell us what you've done!
45-
value: "A bug happened!"
45+
value: "I Googled and asked the community in the discord server but could not find a solution."
4646
validations:
4747
required: true
4848
- type: textarea
@@ -51,3 +51,13 @@ body:
5151
label: Relevant log output
5252
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
5353
render: shell
54+
- type: checkboxes
55+
id: ppi
56+
attributes:
57+
label: Protect your information
58+
description: I have not included any personal information in this form.
59+
options:
60+
- label: "I Agree"
61+
required: true
62+
validations:
63+
required: true

0 commit comments

Comments
 (0)