Improve bug template

This commit is contained in:
architect.in.git
2025-04-24 19:52:23 -06:00
parent f588b4148b
commit 5d15532d42

View File

@@ -12,11 +12,13 @@ A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
Precise steps to reproduce the behavior (start from how you built your container): Precise steps to reproduce the behavior (start from how you built your container):
1. Go to '...' 1. Search for '...'
2. Click on '....' 2. Download album/track/playlist 'https://open.spotify.com/...'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 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** **Expected behavior**
A clear and concise description of what you expected to happen. 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 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** **Logs**
``` ```
Preferably, restart the app before reproducing so you can paste the logs from the bare beginning Preferably, restart the app before reproducing so you can paste the logs from the bare beginning
``` ```
**Image** **Version**
Run Go to config page and look for the version number
```docker container ls --format "{{.Names}}: {{.Image}}"``` and share the relevant output (e.g. spotizerr: cooldockerizer93/spotizerr:latest)