From 2941b013305e3f80020171ba928cd22cfa6eb1c3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Jan 2025 18:43:22 +0100 Subject: [PATCH] chore(backend): Moved all Support/Suggestions to the Discord Server (#2209) * chore(backend): Moved all Support/Suggestions to the Discord Server * Remove top right version --- .../bug-error-found-in-the-guide-.yml | 20 ++++++++++--------- .github/ISSUE_TEMPLATE/config.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/request-a-guide.yml | 19 ------------------ docs/stylesheets/extra.css | 5 +++++ 4 files changed, 22 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/request-a-guide.yml diff --git a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml b/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml index 2c4cf9b682..92c68f493a 100644 --- a/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml +++ b/.github/ISSUE_TEMPLATE/bug-error-found-in-the-guide-.yml @@ -1,5 +1,5 @@ name: Bug/Error Found in the Guide? -description: Support Requests will be closed, if you are unsure please check out the Discord server first. +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: @@ -14,23 +14,25 @@ body: - label: Bazarr - label: Downloaders/Deluge - label: Downloaders/NZBGet + - label: Downloaders/Other - label: Downloaders/Qbittorrent - label: Downloaders/ruTorrent - label: Downloaders/SABnzbd - - label: Downloaders/Other + - 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: Hardlinks/Docker - - label: Hardlinks/Dockstarter - - label: Hardlinks/Native - - label: Hardlinks/Synology - - label: Hardlinks/TrueNAS-Core - - label: Hardlinks/Unraid - label: Misc + - label: Other - label: Plex - label: Prowlarr - label: Radarr - label: Sonarr - - label: Other validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 955167fa27..fa31c10354 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,10 @@ blank_issues_enabled: false contact_links: - name: Guides url: https://trash-guides.info/ - about: Guides mainly for Sonarr/Radarr/Bazarr and everything related to it. + about: Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to them. - name: Discord Support - url: https://discord.gg/Vau8dZ3 - about: Ask questions and any other related help + url: https://trash-guides.info/discord + about: If you have any questions about the guide or need assistance, please join our Discord server. + - name: Would you happen to have any suggestions for the guide? + url: https://discord.com/channels/492590071455940612/1021029470389403818 + about: Join the [#suggestions](https://discord.com/channels/492590071455940612/1021029470389403818) section of our [discord](https://trash-guides.info/discord) server. diff --git a/.github/ISSUE_TEMPLATE/request-a-guide.yml b/.github/ISSUE_TEMPLATE/request-a-guide.yml deleted file mode 100644 index 689c882944..0000000000 --- a/.github/ISSUE_TEMPLATE/request-a-guide.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Request a Guide -description: Request a Guide here (This is only for new Guide requests, not for changes to existing guides, custom formats etc, if you are unsure please check out the Discord server first.) -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 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 7ff31f3b26..8a94d02bb6 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -4,6 +4,11 @@ --md-footer-bg-color--dark: hsla(232, 54%, 41%, 1); } +/* Remove top right version*/ +.md-source__fact--version { + display: none; +} + /*Change footnotes font size */ .md-typeset .footnote { font-size: 12px;