Skip to content

Commit c645a8c

Browse files
authored
Create feature_request.yml
1 parent f8c166e commit c645a8c

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 💡 General Feature Request
2+
description: Have a new idea/feature for LinkFree? Please suggest!
3+
title: '[FEATURE] <description>'
4+
labels: ['⭐ goal: addition']
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the enhancement you propose, also include what you tried and what worked.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: extrainfo
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this idea?
25+
validations:
26+
required: false

0 commit comments

Comments
 (0)