21 lines
580 B
YAML
21 lines
580 B
YAML
name: "Feature Request"
|
|
description: Suggest new feature
|
|
title: "[FEATURE]:"
|
|
labels: ["enhancement"]
|
|
|
|
body:
|
|
- type: checkboxes
|
|
id: verified
|
|
attributes:
|
|
label: Feature hasn't been suggested before.
|
|
options:
|
|
- label: I have verified this feature I'm about to request hasn't been suggested before.
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the enhancement you want to request
|
|
description: What do you want to change or add? What are the benefits of implementing this?
|
|
validations:
|
|
required: true
|