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.
20 lines
655 B
20 lines
655 B
2 years ago
|
name: Request a Guide
|
||
|
description: Request a Guide here
|
||
|
title: "[Request]"
|
||
|
labels: ["Type: Guide Request", "Status: Triage Needed"]
|
||
|
body:
|
||
|
- type: input
|
||
|
id: application
|
||
|
attributes:
|
||
|
label: For which application would like to see this Guide?
|
||
|
description: Radarr / Sonarr / Bazarr / etc
|
||
|
placeholder: Enter the application name here
|
||
|
- type: textarea
|
||
|
id: guide_description
|
||
|
attributes:
|
||
|
label: Describe what you would like to see in the Guide
|
||
|
description: A clear and concise description of what you want to see in the Guide
|
||
|
placeholder: Enter a brief description here
|
||
|
validations:
|
||
|
required: true
|