Skip to content

Commit

Permalink
bugs: solved linting error (#81)
Browse files Browse the repository at this point in the history
* bugs: solved linting error
  • Loading branch information
dakshsinghrathore committed Oct 31, 2023
1 parent 630be09 commit 0236577
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
name: "✨ Feature Request"
description: "Suggest an idea for this project "
description: "Suggest an idea for this project"
title: "Feat:"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a feature!
- type: checkboxes
attributes:
label: Is there an existing request?
description: Please search open and closed issues to see if this request has already been made.
options:
- label: I have searched for this request
required: true
- label: I have searched for this request
required: true
- type: textarea
attributes:
label: Describe the feature request
description: Please provide a concise description of the request, potential solutions, and additional context.
validations:
required: true
- type: checkboxes
- type: checkboxes
attributes:
label: "Record"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I want to work on this issue"
- label: "I want to work on this issue"

0 comments on commit 0236577

Please sign in to comment.