Skip to content

Commit

Permalink
refactor: Feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Oct 14, 2024
1 parent 9da212c commit cfa6420
Showing 1 changed file with 26 additions and 20 deletions.
46 changes: 26 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
name: 💡 Feature request
description: Suggest an idea for this project
labels: [enhancement]
body:
- type: textarea
id: relation
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
placeholder: Description
- type: textarea
id: background
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: Purpose
validations:
required: true
- type: textarea
id: reason
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Alternative
validations:
required: true

0 comments on commit cfa6420

Please sign in to comment.