Skip to content

Commit

Permalink
docs: change to new feature template
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore committed Mar 29, 2024
1 parent 49ec713 commit e8bb9f9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement"]
assignees:
- trfore
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest new features!
- type: textarea
id: problem-statement
attributes:
label: General problem or idea
description: Is your feature request related to a problem? Please describe.
placeholder: "Example: I'm always frustrated when ..."
validations:
required: true
- type: textarea
id: solution-statement
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
- type: textarea
id: alternative-solutions
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the feature request.

0 comments on commit e8bb9f9

Please sign in to comment.