Skip to content

Commit 56e5992

Browse files
committed
Convert feature request issue template to yaml
1 parent 6cb2611 commit 56e5992

File tree

2 files changed

+32
-20
lines changed

2 files changed

+32
-20
lines changed

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: '[Feature request]: '
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for your interest in the project and taking the time to fill out this feature request!
9+
- type: textarea
10+
id: feature-description
11+
attributes:
12+
label: Feature request and related problem
13+
description: A clear and concise description of what the problem is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: suggested-solution
18+
attributes:
19+
label: Suggested solution
20+
description: A clear and concise description of what you want to happen.
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternative
25+
attributes:
26+
label: Alternatives
27+
description: Clear and concise description of any alternative solutions or features you've considered.
28+
- type: textarea
29+
id: additional-context
30+
attributes:
31+
label: Additional context
32+
description: Any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)