Skip to content

Commit 76fe2e0

Browse files
committed
2 parents 0259be5 + 02e15cc commit 76fe2e0

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Request a functionality
3+
description: Suggest a functionality that is missing or improve over an existing functionality.
4+
title: '[FUNCTIONALITY REQUEST]: request name'
5+
labels: Functionality Request
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
10+
11+
- type: checkboxes
12+
id: searched
13+
attributes:
14+
label: I have searched through the issues and didn't find my problem.
15+
options:
16+
- label: Confirm
17+
required: true
18+
19+
- type: textarea
20+
id: about
21+
attributes:
22+
label: About this feature
23+
description: Briefly describe why you think this functionality belongs on this project.
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
id: links
29+
attributes:
30+
label: Links and sources
31+
description: If possible provide links to any example of this functionality working, anything that shows what the technology is about.
32+
validations:
33+
required: false
34+
35+
- type: textarea
36+
id: extrainformation
37+
attributes:
38+
label: Additional information
39+
description: |
40+
Is there anything else we should know about this functionality? does it require any third-party scripts or plugins?
41+
You can also mention here if this could potentially be "good first issue".
42+

0 commit comments

Comments
 (0)