You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
626 B
26 lines
626 B
name: Feature Request |
|
description: Suggest a new feature |
|
title: "[Feature]: " |
|
labels: ["feature", "awaiting-approval"] |
|
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: Any other details to share? |
|
validations: |
|
required: false
|
|
|