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.
64 lines
2.0 KiB
64 lines
2.0 KiB
name: Bug/Error Found in the Guide?
|
|
description: Support Requests 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/Qbittorrent
|
|
- label: Downloaders/ruTorrent
|
|
- label: Downloaders/SABnzbd
|
|
- label: Downloaders/Other
|
|
- label: Guide-Sync
|
|
- label: Hardlinks/Docker
|
|
- label: Hardlinks/Dockstarter
|
|
- label: Hardlinks/Native
|
|
- label: Hardlinks/Synology
|
|
- label: Hardlinks/TrueNAS-Core
|
|
- label: Hardlinks/Unraid
|
|
- label: Misc
|
|
- label: Plex
|
|
- label: Prowlarr
|
|
- label: Radarr
|
|
- label: Sonarr
|
|
- label: Other
|
|
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
|