38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG]"
|
|
labels: bug
|
|
assignees: meienberger
|
|
|
|
---
|
|
|
|
### Checklist
|
|
Before opening your issue be sure to have completed all those tasks.
|
|
- [ ] I have searched for an already existing issue with similar context and errors. My issue has not yet been reported.
|
|
- [ ] I have included a clear description and steps to reproduce.
|
|
- [ ] I have included logs from the file `runtipi/logs/error.log` if relevant
|
|
|
|
**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 (please complete the following information):**
|
|
- OS: [e.g. Ubuntu 20.04]
|
|
- Tipi Version [e.g. 2.0.5] (can be found in settings page)
|
|
|
|
**Additional context**
|
|
Please include logs here `runtipi/logs/error.log` and add any other context about the problem here. Like results of the `start` script or container logs `docker logs ...`
|
|
|