[gh] Introducing new Issue Github Template Feature (Bug, Feature, Task) (#2394)

* Update bug_report.yml

* Create feature_request.yml

* Create task.yml

* Update config.yml
This commit is contained in:
CanbiZ
2025-02-14 12:10:16 +01:00
committed by GitHub
parent 1789d181aa
commit 80e7e2f5b6
4 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
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