Skip to content

Commit 10c6ff4

Browse files
committed
fix: bug report template to add pledges to facilitate resolving issues
1 parent 2b587f2 commit 10c6ff4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,16 @@ body:
4545
attributes:
4646
label: Additional context
4747
description: Add any other context about the problem here.
48+
- type: checkboxes
49+
attributes:
50+
label: Final Check
51+
description: Please confirm and check all the following options.
52+
options:
53+
- label: >
54+
I agree to watch this issue to stay updated with any comments or requests for additional information.
55+
I understand that timely responses will help in resolving the issue more quickly.
56+
required: true
57+
- label: >
58+
I have thoroughly searched the documentation, and I have also checked for existing solutions or
59+
similar issues before submitting this issue.
60+
required: true

0 commit comments

Comments
 (0)