blob: 92bbc2f5ae9f817fa2dff082953d811f745083aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
name: Feature Request
description: I'd like to request additional functionality
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Before opening a new feature, take a moment to search through the current open ones.
---
- type: textarea
id: desc
attributes:
label: Description
description: "Describe your idea"
validations:
required: true
- type: textarea
id: desc
attributes:
label: Use case
description: "Describe how this feature would be useful to you or to other users of the project."
validations:
required: true
- type: textarea
id: desc
attributes:
label: Proposed Solution or alternatives
description: "If you have a specific solution in mind, describe it here."
validations:
required: true
|