40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
name: Feature Request
|
|
description: Suggest an idea for the project
|
|
title: 'feature request: '
|
|
labels:
|
|
- request
|
|
body:
|
|
- type: checkboxes
|
|
id: '1'
|
|
attributes:
|
|
label: Checklist
|
|
description: >-
|
|
Please check the following before submitting a feature request. If you
|
|
are unable to check all the boxes, please provide more information in the
|
|
description.
|
|
options:
|
|
- label: >-
|
|
I checked that this feature has not been requested before
|
|
required: true
|
|
- label: >-
|
|
I checked that this feature is not in the "Not planned" list
|
|
required: true
|
|
- label: >-
|
|
This feature will benefit the majority of users
|
|
- type: textarea
|
|
id: '2'
|
|
attributes:
|
|
label: Problem Description / Use Case
|
|
description: >-
|
|
Provide a detailed description of the problem you are facing or the use case you have in mind.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: '3'
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: >-
|
|
Provide a detailed description of the solution you'd like to see. If you have any ideas on how to implement the feature, please include them here.
|
|
validations:
|
|
required: true
|