diff --git a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml b/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml deleted file mode 100644 index 92c68f493..000000000 --- a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml +++ /dev/null @@ -1,65 +0,0 @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a2e9410a1..30c770e1e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -9,3 +9,6 @@ contact_links: - name: Would you happen to have any suggestions for the guide? url: https://discord.com/channels/492590071455940612/1021029470389403818 about: Join the suggestions section of our Discord server. + - name: Bug/Error Found in the Guide? + url: https://trash-guides.info/discord + about: Bugs and errors are only opened on GitHub by one of the team once we have confirmed them on our Discord server. Please visit our Discord server's Support forum and create a post there. Issues raised directly on GutHub will automatically be closed.