blob: 89ccd0b45dd3a9b818a391f1e8f9c8bbe5010778 (
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
35
36
|
name: Feature request
description: I'd like to request additional functionality
labels: ["enhancement"]
body:
- type: checkboxes
attributes:
label: Already requested ? *
description: Before opening a new feature request, please take a moment to search through the current open and closed issues to check if it already exists.
options:
- label: I have searched the existing open and closed issues.
required: true
- 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
|