Delete .github/ISSUE_TEMPLATE/feature_request.yml
This commit is contained in:
parent
d03c79e727
commit
3ef609d611
33
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
33
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,33 +0,0 @@
|
|||||||
name: "✨ Feature Request"
|
|
||||||
description: "Suggest a new feature or enhancement."
|
|
||||||
labels: ["enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
# ✨ **Feature Request**
|
|
||||||
Have an idea for a new feature? Share your thoughts below!
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: feature_summary
|
|
||||||
attributes:
|
|
||||||
label: "🌟 Briefly describe the feature"
|
|
||||||
placeholder: "e.g., Add support for XYZ"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: feature_description
|
|
||||||
attributes:
|
|
||||||
label: "📝 Detailed description"
|
|
||||||
placeholder: "Explain the feature in detail"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: "💡 Why is this useful?"
|
|
||||||
placeholder: "Describe the benefit of this feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
Loading…
x
Reference in New Issue
Block a user