Skip to content

Commit 0321b5b

Browse files
authored
Create ideas.yml
1 parent 12c9387 commit 0321b5b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/ideas.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Ideas
2+
description: Have a new idea or feature request
3+
title: "[FEATURE REQUEST] <description here>"
4+
labels: [enhancement]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description of feature request, idea
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: screenshots
14+
attributes:
15+
label: Add (multiple) screenshot links (if applicable)
16+
validations:
17+
required: false
18+
- type: textarea
19+
id: context
20+
attributes:
21+
label: Add any other context about the feature request here
22+
validations:
23+
required: false
24+
- type: markdown
25+
attributes:
26+
value: |
27+
You can also join our [Discord community](https://discord.gg/druweDMn3s)
28+
Feel free to check out other cool repositories of the Design and Code Community [here](https://github.com/Design-and-Code)

0 commit comments

Comments
 (0)