blob: 0d13534ca8d65be1dc5c550d6454ca84cb4fdfb8 (
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
|
name: Feature Request
description: I'd like to request additional functionality
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Before opening a new issue, take a moment to search through the current open ones.
---
- type: textarea
id: desc
attributes:
label: Description
description: "Provide a clear and concise description of the feature you'd like to see added"
validations:
required: true
- type: textarea
id: desc
attributes:
label: Proposed Solution
description: "If you have a specific solution in mind, describe it here"
validations:
required: true
|