blob: 1ae52f4abdc1ff5fdba4fa1544fb54aaee26a19c (
plain)
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
|
name: Feature Request
description: Suggest an idea for improving this project
labels: [enhancement]
body:
- type: markdown
attributes:
value: Thank you for helping us improve!
- type: textarea
id: motivation
attributes:
label: Feature Description
placeholder: What is the expected behavior of this new feature?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe the alternatives you have considered
- type: textarea
id: additional-context
attributes:
label: Support information
description: If applicable, add screenshots or link related issues
|