Improve bug template
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -12,11 +12,13 @@ A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Precise steps to reproduce the behavior (start from how you built your container):
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
1. Search for '...'
|
||||
2. Download album/track/playlist 'https://open.spotify.com/...'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
*Note: Sometimes, an error is specific to an album, track or playlist, so preferrably share the specific url of the album you downloaded*
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
@@ -31,11 +33,20 @@ If applicable, add screenshots to help explain your problem.
|
||||
```
|
||||
Paste it here
|
||||
```
|
||||
|
||||
**.env**
|
||||
```
|
||||
Paste it here
|
||||
```
|
||||
|
||||
**Config**
|
||||
|
||||
- You can either share a screenshot of the config page or, preferably, the config file (should be under `./config/main.json`, depending on where you mapped it on your docker-compose.yaml)
|
||||
|
||||
**Logs**
|
||||
```
|
||||
Preferably, restart the app before reproducing so you can paste the logs from the bare beginning
|
||||
```
|
||||
|
||||
**Image**
|
||||
Run
|
||||
```docker container ls --format "{{.Names}}: {{.Image}}"``` and share the relevant output (e.g. spotizerr: cooldockerizer93/spotizerr:latest)
|
||||
**Version**
|
||||
Go to config page and look for the version number
|
||||
Reference in New Issue
Block a user