We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c166e commit c645a8cCopy full SHA for c645a8c
1 file changed
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -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
14
+ id: screenshots
15
16
+ label: Screenshots
17
+ description: Please add screenshots if applicable
18
19
+ required: false
20
21
+ id: extrainfo
22
23
+ label: Additional information
24
+ description: Is there anything else we should know about this idea?
25
26
0 commit comments