mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
update GH Issue Templates [skip ci]
This commit is contained in:
parent
ff62ac22e8
commit
c55a832934
3 changed files with 10 additions and 30 deletions
22
.github/ISSUE_TEMPLATE.md
vendored
22
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,22 +0,0 @@
|
||||||
**Description:**
|
|
||||||
|
|
||||||
<!-- Check first that your problem is not listed in our wiki section:
|
|
||||||
* https://github.com/Radarr/Radarr/wiki/Common-Problems
|
|
||||||
* https://github.com/Radarr/Radarr/wiki/FAQ
|
|
||||||
|
|
||||||
**Just because you receive an exception in your logs, doesn't mean it's a bug and should be reported here. Often it's something else, such as a permission error. If you are unsure ask on the Discord or Subreddit first.**
|
|
||||||
|
|
||||||
Visit our [Discord server](https://discord.gg/r5wJPt9) or [Subreddit](https://reddit.com/r/radarr) for support or longer discussions. Support questions posed on here will be closed immediately.
|
|
||||||
|
|
||||||
Provide a description of the feature request or bug here, the more details the better.
|
|
||||||
Please also include the following if you are reporting a bug. If you do not include it, the issue will probably be closed as we cannot help you. -->
|
|
||||||
|
|
||||||
**Radarr Version:**
|
|
||||||
|
|
||||||
**Mono Version:**
|
|
||||||
|
|
||||||
**Debug Logs:**
|
|
||||||
|
|
||||||
# Do not remove anything from your logs and post the full logs! If not everything fits in here use a service like https://pastebin.com to upload them.
|
|
||||||
|
|
||||||
<!-- Please use the search bar (make sure to include closed issues as well) and make sure you are not submitting an already submitted issue. -->
|
|
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug Report
|
||||||
about: Support requests will be closed immediately, if you are unsure go to our Discord
|
about: Support Requests will be closed immediately, if you are unsure go to our [Reddit](https://www.reddit.com/r/radarr/) or [Discord](https://discord.gg/r5wJPt9) first. Exceptions do not mean you found a bug!
|
||||||
or Subreddit first. Exceptions do not mean you found a bug!
|
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
@ -25,10 +24,12 @@ A clear and concise description of what you expected to happen.
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Platform Information (please complete the following information):**
|
**Platform Information (please complete the following information):**
|
||||||
- OS: [e.g. Windows]
|
- OS: [e.g. Windows 10 2004 / Ubuntu 20.10]
|
||||||
- Mono Version: [e.g. Mono 5.8] (Only needed under Linux and Mac, found under System -> Status)
|
- Docker: [Yes/No]
|
||||||
- Browser and Version [e.g. chrome, safari] (Only needed for UI issues)
|
- Mono or.NET Core Version: [e.g. Mono 5.8 or .Net Core 3.1.10] (found under System -> Status)
|
||||||
|
- Browser and Version [e.g. chrome 86.0.4240.198] (Only needed for UI issues)
|
||||||
- Radarr Version [e.g. 3.0.0.2956]
|
- Radarr Version [e.g. 3.0.0.2956]
|
||||||
|
- Radarr Branch [e.g. master]
|
||||||
|
|
||||||
**Debug Logs**
|
**Trace Logs**
|
||||||
Turn on debug logs under Settings -> General and wait for the bug to occur again. **Upload the full log file here (or another site and link it). Issues will be closed, if they do not include this!**
|
Turn on Trace logs under Settings -> General and wait for the bug to occur again. **Upload the full log file here (or another site (e.g. pastebin) and link it). Issues will be closed, if they do not include this!**
|
||||||
|
|
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -8,6 +8,7 @@ YES | NO
|
||||||
#### Todos
|
#### Todos
|
||||||
- [ ] Tests
|
- [ ] Tests
|
||||||
- [ ] Translation Keys
|
- [ ] Translation Keys
|
||||||
|
- [ ] Wiki Updates
|
||||||
|
|
||||||
#### Issues Fixed or Closed by this PR
|
#### Issues Fixed or Closed by this PR
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue