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
pull/2211/head
TRaSH 1 month ago committed by GitHub
parent a43eea6845
commit 2941b01330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
name: Bug/Error Found in the Guide? 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]" title: "[Bug]"
labels: ["Type: Bug", "Status: Triage Needed"] labels: ["Type: Bug", "Status: Triage Needed"]
body: body:
@ -14,23 +14,25 @@ body:
- label: Bazarr - label: Bazarr
- label: Downloaders/Deluge - label: Downloaders/Deluge
- label: Downloaders/NZBGet - label: Downloaders/NZBGet
- label: Downloaders/Other
- label: Downloaders/Qbittorrent - label: Downloaders/Qbittorrent
- label: Downloaders/ruTorrent - label: Downloaders/ruTorrent
- label: Downloaders/SABnzbd - 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: Guide-Sync
- label: Hardlinks/Docker
- label: Hardlinks/Dockstarter
- label: Hardlinks/Native
- label: Hardlinks/Synology
- label: Hardlinks/TrueNAS-Core
- label: Hardlinks/Unraid
- label: Misc - label: Misc
- label: Other
- label: Plex - label: Plex
- label: Prowlarr - label: Prowlarr
- label: Radarr - label: Radarr
- label: Sonarr - label: Sonarr
- label: Other
validations: validations:
required: true required: true
- type: textarea - type: textarea

@ -2,7 +2,10 @@ blank_issues_enabled: false
contact_links: contact_links:
- name: Guides - name: Guides
url: https://trash-guides.info/ 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 - name: Discord Support
url: https://discord.gg/Vau8dZ3 url: https://trash-guides.info/discord
about: Ask questions and any other related help 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.

@ -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

@ -4,6 +4,11 @@
--md-footer-bg-color--dark: hsla(232, 54%, 41%, 1); --md-footer-bg-color--dark: hsla(232, 54%, 41%, 1);
} }
/* Remove top right version*/
.md-source__fact--version {
display: none;
}
/*Change footnotes font size */ /*Change footnotes font size */
.md-typeset .footnote { .md-typeset .footnote {
font-size: 12px; font-size: 12px;

Loading…
Cancel
Save