mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
update GH Issue Templates [skip ci]
This commit is contained in:
parent
7480ba9dc5
commit
5da0419260
3 changed files with 12 additions and 55 deletions
41
.github/ISSUE_TEMPLATE.md
vendored
41
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,41 +0,0 @@
|
||||||
|
|
||||||
<!--
|
|
||||||
Before opening a new issue, please ensure:
|
|
||||||
- You use the discord for support/questions
|
|
||||||
- You search for existing bugs/feature requests
|
|
||||||
- Remove extraneous template details
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Remove if not opening a bug report
|
|
||||||
-->
|
|
||||||
|
|
||||||
## 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
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Remove if not opening a feature request
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Feature Request
|
|
||||||
|
|
||||||
### Description of request and what problem are you looking to solve?
|
|
||||||
|
|
||||||
### Other Information
|
|
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
23
.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 or Discord first. Exceptions do not mean you found a bug!
|
||||||
or Subreddit first. Exceptions do not mean you found a bug!
|
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Bug'
|
labels: 'Type: Bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
@ -24,13 +23,13 @@ A clear and concise description of what you expected to happen.
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Logs**
|
**Platform Information (please complete the following information):**
|
||||||
Link to debug logs.
|
- 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):**
|
**Trace Logs**
|
||||||
- Lidarr Version: [e.g. 0.3.0.430]
|
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!**
|
||||||
- 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.
|
|
||||||
|
|
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -6,8 +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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue