Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pledges to bug report and feature request template #295

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@ body:
attributes:
label: Additional context
description: Add any other context about the problem here.
- type: checkboxes
attributes:
label: Final Check
description: Please confirm and check all the following options.
options:
- label: >
I will watch this issue to stay updated with any comments or requests for additional information.
I understand that timely responses will help in resolving the issue more quickly.
required: true
- label: >
I have thoroughly searched the documentation, and I have also checked for existing solutions or
similar issues before submitting this issue.
required: true
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ body:
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
attributes:
label: Final Check
description: Please confirm and check all the following options.
options:
- label: >
I will watch this issue to stay updated with any comments or requests for additional information.
I understand that timely responses will help in the evaluation and potential implementation of the feature.
required: true
- label: >
I have reviewed the documentation and existing feature requests to ensure that my request is unique
and hasn't been previously proposed.
required: true
Loading