Skip to content

Commit 50391d9

Browse files
committed
Create feature_request.yml
1 parent 929b55e commit 50391d9

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
2+
---
3+
4+
# =============================================================================
5+
# Header
6+
# =============================================================================
7+
8+
name: Feature Request
9+
description: Request a new feature from the community
10+
# title: "[FEATURE]: "
11+
labels: ['Needs: Triage :mag:', 'type:feature-request', 'Help wanted']
12+
# assignees: []
13+
14+
15+
# =============================================================================
16+
# Body
17+
# =============================================================================
18+
19+
body:
20+
21+
# Introduction
22+
# =============================================================================
23+
24+
-
25+
type: markdown
26+
attributes:
27+
value: |
28+
29+
Thank you for making a request! Use the sections below to submit a request **only** for a new feature.
30+
31+
- Requests that do not follow the below template will automatically be closed
32+
- All requests are welcome - the more the merrier!
33+
- This repo is maintained by volunteers. Please be courteous and patient.
34+
- Remember to include sufficient details and context.
35+
- If you have multiple requests submit them separately so we can track resolution.
36+
- We accept pull requests. If you know how to make it - go ahead!
37+
38+
39+
# Details
40+
# =============================================================================
41+
42+
-
43+
type: textarea
44+
id: description
45+
attributes:
46+
label: Sample description
47+
description: What should the feature do?
48+
placeholder: Tell us what you want, what you really, really want.
49+
validations:
50+
required: true
51+
52+
53+
# Contribute
54+
# =============================================================================
55+
56+
- type: dropdown
57+
id: willing-to-help
58+
attributes:
59+
label: Are you willing to help?
60+
description: Would you be willing to help whoever decides to take this on?
61+
options:
62+
- "Yes"
63+
- "No"
64+
validations:
65+
required: true

0 commit comments

Comments
 (0)