Skip to content

Commit e1f5377

Browse files
committed
Add new issue templates for downloads page suggestions
1 parent c5efdc9 commit e1f5377

File tree

2 files changed

+35
-20
lines changed

2 files changed

+35
-20
lines changed

.github/ISSUE_TEMPLATE/download-page.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

0 commit comments

Comments
 (0)