Skip to content

Commit e651cad

Browse files
authored
switch to issue form
1 parent 265872b commit e651cad

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: ✨ Feature request
2+
description: Suggest an idea for this project.
3+
labels: [ ":sparkles: feature request" ]
4+
title: "[NEW FEATURE REQUEST]: "
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
ℹ️️ We want a simple and easy to use boilerplate with the best community ! So if you have an idea of a new feature you're in the right space !
10+
- type: textarea
11+
id: issue
12+
attributes:
13+
label: Is your feature request related to a problem?
14+
description: Please provide a clear and concise description of what the problem is. Include screenshots and code snippet if needed.
15+
placeholder: I'm always frustrated when [...]
16+
- type: textarea
17+
id: issue
18+
attributes:
19+
label: Describe alternatives you've considered
20+
description: Please provide a clear and concise solution. Include screenshots and code snippet if needed.
21+
validation:
22+
required: true
23+
- type: textarea
24+
id: issue
25+
attributes:
26+
label: Is your feature request related to a problem?
27+
description: Please provide a clear and concise alternatives. Include screenshots and code snippet if needed.

0 commit comments

Comments
 (0)