2023-06-20 21:59:06 +02:00
|
|
|
name: Feature Request
|
2022-05-02 15:27:34 +02:00
|
|
|
description: Suggest a new feature
|
|
|
|
title: "[Feature]: "
|
2023-06-20 21:59:06 +02:00
|
|
|
labels: ["feature", "awaiting-approval"]
|
2022-05-02 15:27:34 +02:00
|
|
|
assignees: []
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: what-feature
|
|
|
|
attributes:
|
|
|
|
label: What feature do you want to add?
|
|
|
|
placeholder: A new button!
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: why-feature
|
|
|
|
attributes:
|
|
|
|
label: Why do you want to have this feature?
|
|
|
|
placeholder: A new button!
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: other-details
|
|
|
|
attributes:
|
|
|
|
label: Anything other details to share?
|
|
|
|
validations:
|
|
|
|
required: false
|