Files
MediaManager-maxdorninger/.github/ISSUE_TEMPLATE/bug_report.md
Maximilian Dorninger fd2befd2a1 Migrate to gitbook (#357)
This PR facilities the migration from the old Writerside documentation
platform to Gitbook.

## motivation

Gitbook supports serving multiple versions of the documentation, e.g.
v1.12.1, v1.13.0, and master.
2026-01-05 21:39:18 +01:00

58 lines
1.2 KiB
Markdown

---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Server Logs**
If applicable, add logs to help explain your problem.
**Browser Logs**
If applicable, add logs to help explain your problem.
**Version**
vX.X
**Additional context**
Add any other context about the problem here.
**docker-compose.yaml**
```yaml
YOUR DOCKER-COMPOSE HERE
```
**config.toml**
```toml
YOUR CONFIG HERE
```
- [ ] I understand, that without logs and/or screenshots and a detailed description of the problem, it is very hard to fix bugs.
- [ ] I have checked the [documentation](https://maximilian-dorninger.gitbook.io/mediamanager) for help.
- [ ] I have searched the [issues](https://github.com/maxdorninger/MediaManager/issues) for similar issues and found none.