Skip to content

Commit a1135f5

Browse files
authored
Merge pull request #295 from kayjan/enhance/bug-report-template
Add pledges to bug report and feature request template
2 parents 2b587f2 + 1bf50b7 commit a1135f5

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-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 will 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

.github/ISSUE_TEMPLATE/2_feature_request.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,16 @@ body:
2121
attributes:
2222
label: Additional context
2323
description: Add any other context or screenshots about the feature request here.
24+
- type: checkboxes
25+
attributes:
26+
label: Final Check
27+
description: Please confirm and check all the following options.
28+
options:
29+
- label: >
30+
I will watch this issue to stay updated with any comments or requests for additional information.
31+
I understand that timely responses will help in the evaluation and potential implementation of the feature.
32+
required: true
33+
- label: >
34+
I have reviewed the documentation and existing feature requests to ensure that my request is unique
35+
and hasn't been previously proposed.
36+
required: true

0 commit comments

Comments
 (0)