mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-10 09:12:29 +08:00
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
|
name: Feature request
|
||
|
description: Suggest an idea for this project
|
||
|
labels: ['enhancement']
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this issue report!
|
||
|
- type: textarea
|
||
|
id: relation
|
||
|
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
|
||
|
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: 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.
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Anything else?
|
||
|
description: |
|
||
|
Add any other context or screenshots about the feature request here.
|
||
|
validations:
|
||
|
required: false
|