21 lines
645 B
YAML
21 lines
645 B
YAML
name: Feature Request
|
|
about: Create a feature request.
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before requesting any feature, be sure that it isn't a planned feature and that isn't written on this repository.
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: Feature Description
|
|
placeholder: |
|
|
I think it would be great if the project had...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extra
|
|
attributes:
|
|
label: Additional Informations
|
|
description: Enter here any other information or media that can be helpful. |