Skip to content

Commit

Permalink
Create feature-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf authored Oct 23, 2024
1 parent 2135b76 commit 1ff5912
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Feature Request"
description: "Request a new feature or enhancement."
title: "Describe the feature"
labels: ["enhancement"]
body:
- type: textarea
id: enhancement_description
attributes:
label: "Describe the feature or enhancement"
placeholder: "Provide a clear description of the requested feature."
validations:
required: true
- type: textarea
id: use_case
attributes:
label: "What is the use case?"
placeholder: "Explain the problem this feature will solve."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: "Alternatives considered"
placeholder: "List any alternative solutions you’ve considered."

0 comments on commit 1ff5912

Please sign in to comment.