From dafcba733611e0115a64afcef7d251dcabcbbd38 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 1 Dec 2020 11:38:53 -0600 Subject: [PATCH] Update GitHub templates - remove other issue template - update support and add wiki - prevent blank issues - add support links --- .github/ISSUE_TEMPLATE.md | 41 -------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++-- .github/ISSUE_TEMPLATE/other-issues.md | 7 ----- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/SUPPORT.md | 6 ++-- .github/config.yml | 14 +++++++++ 6 files changed, 22 insertions(+), 55 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/other-issues.md create mode 100644 .github/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a6c3f5fd1..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,41 +0,0 @@ - - -## Support / Questions - -Please use https://forums.sonarr.tv/ for support. Support requests or questions will be redirected to the forums and the issue will be closed. - - - -## Bug Report - -### System Information/Logs - -**Sonarr Version:** - -**Operating System:** - -**.net Framework (Windows) or mono (macOS/Linux) Version:** - -**Link to Log Files (debug or trace):** - -**Browser (for UI bugs):** - -### Additional Information - - - -## Feature Request - -### What problem are you looking to solve? - -### Other Information diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index da40b7d70..ec05de706 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve Sonarr +about: Support Requests will be closed immediately, if you are unsure go to our IRC, Forums, Reddit, or Discord first. Exceptions do not mean you found a bug! --- @@ -16,8 +16,9 @@ Link to debug or trace log files. **System Information** - Sonarr Version: [e.g. 2.0.0.1] - - Operating System: [e.g. Windows 10] - - .net Framework (Windows) or mono (macOS/Linux) Version: [e.g. 4.5 or 5.12] + - Operating System: [e.g. Windows 10 2004] + - .net Framework (Windows) or mono (macOS/Linux) Version: [e.g. .net 4.5 or mono 5.12] + - Branch: **UI Bugs:** - OS: [e.g. Windows] diff --git a/.github/ISSUE_TEMPLATE/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md deleted file mode 100644 index 16c3ba22c..000000000 --- a/.github/ISSUE_TEMPLATE/other-issues.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Other issues -about: How to get support or ask questions - ---- - -Please use https://forums.sonarr.tv/ for support. Support requests or questions will be redirected to the forums and the issue will be closed. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e0d682009..d8f748ad9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ A few sentences describing the overall goals of the pull request's commits. #### Todos - [ ] Tests -- [ ] Documentation +- [ ] Wiki Updates #### Issues Fixed or Closed by this PR diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index c6cf56c79..68abd3188 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -1,7 +1,7 @@ ## Support -There are a number of frequently asked questions that have been answered in our [FAQ](https://github.com/Sonarr/Sonarr/wiki/FAQ) +There are a number of frequently asked questions that have been answered in our [FAQ](https://wiki.servarr.com/Sonarr_FAQ) -The [wiki](https://github.com/Sonarr/Sonarr/wiki) contains other information and guides +The [wiki](https://wiki.servarr.com/Sonarr) contains other information and guides -If you have a support question, please use the [support forums](https://forums.sonarr.tv/). +Please use one of the support channels: [forums](https://forums.sonarr.tv/), [subreddit](https://www.reddit.com/r/sonarr/), [discord ](https://discord.gg/M6BvZn5), or [IRC ](http://webchat.freenode.net/?channels=#sonarr)for support/questions. \ No newline at end of file diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 000000000..02bd7c4ec --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Support via Discord + url: https://discord.gg/M6BvZn5 + about: Chat with users and devs on support and setup related topics. + - name: Support via Reddit + url: https://reddit.com/r/Sonarr + about: Discuss and search through support topics. + - name: Support via Forums + url: https://forums.sonarr.tv/ + about: Discuss and search through support topics. + - name: Support via IRC + url: http://webchat.freenode.net/?channels=#sonarr + about: Chat with users and devs on support and setup related topics. \ No newline at end of file