chore: update bug template to include custom docker compose file

This commit is contained in:
Stavros 2024-03-25 11:46:07 +02:00 committed by Nicolas Meienberger
parent f1b49ef3f2
commit 5c518c5145

View File

@ -1,26 +1,31 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[BUG]" title: '[BUG]'
labels: bug labels: bug
assignees: meienberger assignees: meienberger
--- ---
### Checklist ### Checklist
Before opening your issue be sure to have completed all those tasks. Before opening your issue be sure to have completed all those tasks.
- [ ] My issue is not related to an app I installed through tipi (If so please open your issue here: https://github.com/runtipi/runtipi-appstore/issues) - [ ] My issue is not related to an app I installed through tipi (If so please open your issue here: https://github.com/runtipi/runtipi-appstore/issues)
- [ ] My issue is not a support request (eg: "My instance is not running after update". If so please ask for support in the help section of our [Discord server](https://discord.gg/gyeHhmvwaK)) - [ ] My issue is not a support request (eg: "My instance is not running after update". If so please ask for support in the help section of our [Discord server](https://discord.gg/gyeHhmvwaK))
- [ ] I have searched for an already existing issue with similar context and errors. My issue has not yet been reported. - [ ] 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 a clear description and steps to reproduce.
- [ ] I have included the result of the command `./runtipi-cli debug` - [ ] I have included the result of the command `./runtipi-cli debug`
- [ ] I have included logs from the file `runtipi/logs/error.log` if relevant - [ ] I have included logs from the file `runtipi/logs/error.log` if relevant
- [ ] I am using a custom docker compose file (`user-config/tipi-compose.yml`)
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
> Warning ⚠️: If you use a custom docker compose file (located in `user-config/tipi-compose.yml`) please try to start runtipi without it before submitting an issue. If the issue persists even without the custom docker compose file then proceed to open an issue.
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
@ -33,9 +38,9 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Server (please complete the following information):** **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) - OS: [e.g. Ubuntu 20.04]
- Tipi Version [e.g. 2.0.5] (can be found in settings page)
**Additional context** **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 ...` 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 ...` or include your custom docker compose file if its being used