Skip to content

Commit 88ea67c

Browse files
committed
chore: issue template
1 parent 46c6c24 commit 88ea67c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body:
3030
- ox_core
3131
- es_extended
3232
- qb-core
33+
multiple: true
3334
validations:
3435
required: true
3536

@@ -56,4 +57,14 @@ body:
5657
5. Scroll down to '...'
5758
6. See error...
5859
validations:
59-
required: true
60+
required: true
61+
62+
- type: checkboxes
63+
id: confirm
64+
attributes:
65+
label: "Confirm the following statements:"
66+
options:
67+
- label: "This issue is not a question or a feature request."
68+
required: true
69+
- label: "I have provided a **detailed** issue description and **detailed** reproduction steps."
70+
required: true

0 commit comments

Comments
 (0)