From 5da041926085f6bc9117a214dbf7a38b29232958 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 24 Nov 2020 18:19:15 -0600 Subject: [PATCH] update GH Issue Templates [skip ci] --- .github/ISSUE_TEMPLATE.md | 41 ---------------------------- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++++-------- .github/PULL_REQUEST_TEMPLATE.md | 3 +- 3 files changed, 12 insertions(+), 55 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 f42caa952..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,41 +0,0 @@ - - - -## Support / Questions - -Please use https://discord.gg/5WQc3S8 for support. Support requests or questions will be redirected to discord and the issue will be closed. - - - -## Bug Report - -### System Information/Logs - -**Lidarr 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 - -### Description of request and 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 0f618e0e1..3b9b941f7 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 or Discord first. Exceptions do not mean you found a bug! title: '' labels: 'Type: Bug' assignees: '' @@ -24,13 +23,13 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Logs** -Link to debug logs. +**Platform Information (please complete the following information):** + - 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) + - Lidarr Version [e.g. 0.3.0.430] + - Lidarr Branch [e.g. master] -**System info (please complete the following information):** - - Lidarr Version: [e.g. 0.3.0.430] - - Operating System [e.g. iOS] - - .net Framework (Windows) or mono (macOS/Linux) Version: [e.g. 4.5 or 5.12] - -**Additional context** -Add any other context about the problem here. +**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 e0d682009..988c82a02 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,8 +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