File tree Expand file tree Collapse file tree 2 files changed +35
-20
lines changed Expand file tree Collapse file tree 2 files changed +35
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : " Download Page"
2
+ description : " Suggest an idea for the downloads page"
3
+ labels : ["Page: downloads"]
4
+
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to suggest an improvement or idea for the **Downloads Page**.
10
+ Please provide as much detail as possible so we can understand your suggestion.
11
+
12
+ - type : input
13
+ id : summary
14
+ attributes :
15
+ label : Summary
16
+ description : A brief description of your idea
17
+ placeholder : e.g. Add a new section for legacy downloads
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ id : details
23
+ attributes :
24
+ label : Details
25
+ description : Explain your idea in detail. What problem does it solve? How should it look or work?
26
+ placeholder : Write your detailed suggestion here...
27
+ validations :
28
+ required : true
29
+
30
+ - type : textarea
31
+ id : additional
32
+ attributes :
33
+ label : Additional context
34
+ description : Add any other context, screenshots, or references about the idea here.
35
+ placeholder : e.g. Related links, mockups, etc.
You can’t perform that action at this time.
0 commit comments