mirror of https://github.com/Jackett/Jackett
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
|
name: Feature request
|
||
|
description: Suggest an idea for this project
|
||
|
title: "[req]: "
|
||
|
body:
|
||
|
- type: checkboxes
|
||
|
attributes:
|
||
|
label: Is there already a request for your feature?
|
||
|
description: Please make sure you are not creating an already submitted <a href="https://github.com/Jackett/Jackett/issues">request</a>. Check closed issues as well, because your request may have already been implemented or rejected.
|
||
|
options:
|
||
|
- label: I have checked older issues, open and closed
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Is your feature request related to a problem? Please describe.
|
||
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Describe the solution you'd like
|
||
|
description: A clear and concise description of what you want to happen.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Describe alternatives you've considered
|
||
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
||
|
validations:
|
||
|
required: false
|