Skip to content

Commit

Permalink
feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
dayanch96 authored Jun 8, 2024
1 parent 6dcfaa3 commit fdfaa63
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Feature request
description: This template is designed to help you suggest improvements or new features for our project.
labels: enhancement
body:
- type: textarea
attributes:
label: Describe the feature request
description: Describe the feature or enhancement in detail here. Include any relevant context or background information. Be clear and concise.
placeholder: |
Enter your description here
render: yaml
validations:
required: true

- type: checkboxes
attributes:
label: Post Requisites
description: |
**IMPORTANT:** Read carefully before checking the box.
options:
- label: I have checked that a similar feature request has not been reported before.
required: true
- label: Verified the relevance of the project and the version you are using.
required: true
- label: Provided a detailed description of the request and have filled in all required fields.
required: true
- label: I did not answer truthfully to **ALL** the above checkboxes.
required: false
- label: By submitting this request, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the request being closed without discussion, and repeated violations may lead to restrict account from further participation.**
required: true

0 comments on commit fdfaa63

Please sign in to comment.