Update GitHub templates
- remove other issue template - update support and add wiki - prevent blank issues - add support links
This commit is contained in:
parent
19ff7bdc30
commit
dafcba7336
|
@ -1,41 +0,0 @@
|
||||||
<!--
|
|
||||||
Before opening a new issue, please ensure:
|
|
||||||
- You use the forums for support/questions
|
|
||||||
- You search for existing bugs/feature requests
|
|
||||||
- Remove extraneous template details
|
|
||||||
- Do not prefix title with type of issue (Feature Request, Bug, etc.) The appropriate labels will be added during triage.
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Remove if not opening a bug report
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 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
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Remove if not opening a feature request
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Feature Request
|
|
||||||
|
|
||||||
### What problem are you looking to solve?
|
|
||||||
|
|
||||||
### Other Information
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
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**
|
**System Information**
|
||||||
|
|
||||||
- Sonarr Version: [e.g. 2.0.0.1]
|
- Sonarr Version: [e.g. 2.0.0.1]
|
||||||
- Operating System: [e.g. Windows 10]
|
- Operating System: [e.g. Windows 10 2004]
|
||||||
- .net Framework (Windows) or mono (macOS/Linux) Version: [e.g. 4.5 or 5.12]
|
- .net Framework (Windows) or mono (macOS/Linux) Version: [e.g. .net 4.5 or mono 5.12]
|
||||||
|
- Branch:
|
||||||
|
|
||||||
**UI Bugs:**
|
**UI Bugs:**
|
||||||
- OS: [e.g. Windows]
|
- OS: [e.g. Windows]
|
||||||
|
|
|
@ -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.
|
|
|
@ -6,7 +6,7 @@ A few sentences describing the overall goals of the pull request's commits.
|
||||||
|
|
||||||
#### Todos
|
#### Todos
|
||||||
- [ ] Tests
|
- [ ] Tests
|
||||||
- [ ] Documentation
|
- [ ] Wiki Updates
|
||||||
|
|
||||||
|
|
||||||
#### Issues Fixed or Closed by this PR
|
#### Issues Fixed or Closed by this PR
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Support
|
## 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.
|
|
@ -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.
|
Loading…
Reference in New Issue