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.
66 lines
2.4 KiB
66 lines
2.4 KiB
name: Bug/Error Found in the Guide?
|
|
description: Do not open an issue on GitHub for support questions. Any support questions will be closed. If you are unsure, please check out the discord server first.
|
|
title: "[Bug]"
|
|
labels: ["Type: Bug", "Status: Triage Needed"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "## Which Guide"
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Guide Name
|
|
description: Please select the Guide(s) in which you found a bug or an error.
|
|
options:
|
|
- label: Bazarr
|
|
- label: Downloaders/Deluge
|
|
- label: Downloaders/NZBGet
|
|
- label: Downloaders/Other
|
|
- label: Downloaders/Qbittorrent
|
|
- label: Downloaders/ruTorrent
|
|
- label: Downloaders/SABnzbd
|
|
- label: File and Folder Structure (aka Hardlinks)
|
|
- label: File and Folder Structure (aka Hardlinks)/Docker
|
|
- label: File and Folder Structure (aka Hardlinks)/Dockstarter
|
|
- label: File and Folder Structure (aka Hardlinks)/Native
|
|
- label: File and Folder Structure (aka Hardlinks)/Synology
|
|
- label: File and Folder Structure (aka Hardlinks)/TrueNAS-Core
|
|
- label: File and Folder Structure (aka Hardlinks)/Unraid
|
|
- label: File and Folder Structure (aka Hardlinks)/Windows
|
|
- label: Guide-Sync
|
|
- label: Misc
|
|
- label: Other
|
|
- label: Plex
|
|
- label: Prowlarr
|
|
- label: Radarr
|
|
- label: Sonarr
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: Describe the bug...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
placeholder: Describe what you expected to happen...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem. You can add image URLs or use any other method to display the screenshot (provided GitHub supports it).
|
|
placeholder: Add screenshot...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here.
|
|
placeholder: Add context...
|
|
validations:
|
|
required: false
|