diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 575b0f0..79f6a27 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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) \ No newline at end of file +**Version** +Go to config page and look for the version number \ No newline at end of file