Skip to content

Commit 1bf50b7

Browse files
committed
fix: reword bug issue template, enhance feature request template
1 parent 10c6ff4 commit 1bf50b7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:
5151
description: Please confirm and check all the following options.
5252
options:
5353
- label: >
54-
I agree to watch this issue to stay updated with any comments or requests for additional information.
54+
I will watch this issue to stay updated with any comments or requests for additional information.
5555
I understand that timely responses will help in resolving the issue more quickly.
5656
required: true
5757
- label: >

.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)