55
.github/ISSUE_TEMPLATE/beta_bug_report.md
vendored
Normal file
55
.github/ISSUE_TEMPLATE/beta_bug_report.md
vendored
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
---
|
||||||
|
name: Beta bug report
|
||||||
|
about: Report issues found while testing beta features
|
||||||
|
labels: 'beta,bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the beta bug**
|
||||||
|
A clear and concise description of the issue you encountered while testing a beta feature.
|
||||||
|
|
||||||
|
**Beta Feature**
|
||||||
|
Which beta feature were you testing? (e.g. new UI, experimental downloads, etc.)
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. ...
|
||||||
|
2. ...
|
||||||
|
3. ...
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
What did you expect to happen?
|
||||||
|
|
||||||
|
**Actual behavior**
|
||||||
|
What actually happened?
|
||||||
|
|
||||||
|
**Screenshots or Recordings**
|
||||||
|
If applicable, add screenshots or screen recordings to help explain your problem.
|
||||||
|
|
||||||
|
**Environment**
|
||||||
|
- OS: [e.g. Ubuntu 22.04]
|
||||||
|
- Browser/App version: [e.g. Chrome 123, App v1.2.3-beta]
|
||||||
|
- Device: [e.g. Desktop, Mobile]
|
||||||
|
- Docker/Standalone: [e.g. Docker, Standalone]
|
||||||
|
|
||||||
|
**docker-compose.yaml (if applicable)**
|
||||||
|
```
|
||||||
|
Paste it here
|
||||||
|
```
|
||||||
|
|
||||||
|
**.env (if applicable)**
|
||||||
|
```
|
||||||
|
Paste it here
|
||||||
|
```
|
||||||
|
|
||||||
|
**Config (if applicable)**
|
||||||
|
- You can either share a screenshot of the config page or, preferably, the config file (should be under `./config/main.json`, depending on your setup)
|
||||||
|
|
||||||
|
**Logs**
|
||||||
|
```
|
||||||
|
Paste relevant logs here (restart the app before reproducing if possible)
|
||||||
|
```
|
||||||
|
|
||||||
|
**Feedback for Developers**
|
||||||
|
Any suggestions, feedback, or context that might help us understand or fix the issue faster.
|
||||||
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: "[BUG]"
|
labels: 'bug'
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest a new feature or improvement for the project
|
||||||
|
labels: 'enhancement'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the feature you'd like**
|
||||||
|
A clear and concise description of the feature or improvement you are requesting.
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
If applicable, provide context about the problem this feature would solve.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context, mockups, or screenshots about the feature request here.
|
||||||
|
|
||||||
|
**Environment (if relevant)**
|
||||||
|
- OS: [e.g. Ubuntu 22.04]
|
||||||
|
- Browser/App version: [e.g. Chrome 123, App v1.2.3]
|
||||||
|
- Device: [e.g. Desktop, Mobile]
|
||||||
@@ -2,6 +2,7 @@ name: spotizerr
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
spotizerr:
|
spotizerr:
|
||||||
|
image: cooldockerizer93/spotizerr
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
- ./downloads:/app/downloads # <-- Change this for your music library dir
|
- ./downloads:/app/downloads # <-- Change this for your music library dir
|
||||||
|
|||||||
Reference in New Issue
Block a user