Skip to content

Commit 28733ef

Browse files
authored
Merge pull request #147 from Niravprajapati1/Added-Feature-ideas-template
Create feature_request.yml
2 parents a34ae24 + deb994a commit 28733ef

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: 💡 General Feature Request
2+
3+
description: Have a new idea/feature for docs? Please suggest!
4+
5+
title: '[FEATURE] <description>'
6+
7+
labels: ['⭐ goal: addition']
8+
9+
body:
10+
11+
- type: textarea
12+
13+
id: description
14+
15+
attributes:
16+
17+
label: Description
18+
19+
description: A brief description of the enhancement you propose, also include what you tried and what worked.
20+
21+
validations:
22+
23+
required: true
24+
25+
- type: textarea
26+
27+
id: screenshots
28+
29+
attributes:
30+
31+
label: Screenshots
32+
33+
description: Please add screenshots if applicable
34+
35+
validations:
36+
37+
required: false
38+
39+
- type: textarea
40+
41+
id: extrainfo
42+
43+
attributes:
44+
45+
label: Additional information
46+
47+
description: Is there anything else we should know about this idea?
48+
49+
validations:
50+
51+
required: false
52+
53+
- type: markdown
54+
55+
attributes:
56+
57+
value:
58+
Feel free to check out other cool repositories of the daily.dev Community [here](https://github.com/dailydotdev)

0 commit comments

Comments
 (0)