Skip to content

Commit

Permalink
✨ converted the GitHub feature request template to a form
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Aug 11, 2024
1 parent df7b837 commit cadb121
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ✨ Feature request
description: Suggest an idea for this software
labels: ["enhancement"]
assignees:
- gy-mate
body:
- type: textarea
id: description
attributes:
label: Description
description: What should be improved?
placeholder: "I'm always frustrated when [...]"
validations:
required: true
- type: textarea
id: solution
attributes:
label: Preferred solution
description: A clear and concise description of what you would like to happen in these cases.
placeholder: ""
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Considered alternatives
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: ""

0 comments on commit cadb121

Please sign in to comment.