mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-18 19:14:52 +08:00
52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature for Qbit Manage
|
|
title: '[FR]: '
|
|
labels: ['status:not-yet-viewed', 'feature request']
|
|
assignees: 'bobokun'
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
|
|
- type: textarea
|
|
id: problem-relation
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please elaborate.
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: eg. I'm always frustrated when...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: complications
|
|
attributes:
|
|
label: Does your solution involve any of the following?
|
|
options:
|
|
- label: New config option
|
|
- label: New command option
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: benefit
|
|
attributes:
|
|
label: Who will this benefit?
|
|
description: Does this feature apply to a great portion of users?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional Information
|
|
description: "[optional] You may provide additional context or screenshots for us to better understand the need of the feature."
|