From c55a832934086acdabf9d3f37b184947342cfeba Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 24 Nov 2020 16:39:44 -0600 Subject: [PATCH] update GH Issue Templates [skip ci] --- .github/ISSUE_TEMPLATE.md | 22 ---------------------- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++-------- .github/PULL_REQUEST_TEMPLATE.md | 1 + 3 files changed, 10 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 7ef95fc9a..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -**Description:** - - - -**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. - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 613ed29f9..ffc9df7c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- -name: Bug report -about: Support requests will be closed immediately, if you are unsure go to our Discord - or Subreddit first. Exceptions do not mean you found a bug! +name: Bug Report +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! title: '' labels: bug 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. **Platform Information (please complete the following information):** - - OS: [e.g. Windows] - - Mono Version: [e.g. Mono 5.8] (Only needed under Linux and Mac, found under System -> Status) - - Browser and Version [e.g. chrome, safari] (Only needed for UI issues) + - OS: [e.g. Windows 10 2004 / Ubuntu 20.10] + - Docker: [Yes/No] + - 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 Branch [e.g. master] -**Debug 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!** +**Trace Logs** +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!** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85bf86db2..e1d69c0d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,7 @@ YES | NO #### Todos - [ ] Tests - [ ] Translation Keys +- [ ] Wiki Updates #### Issues Fixed or Closed by this PR