From 5c518c5145cc5280d2df8613571600c5f7e09068 Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 25 Mar 2024 11:46:07 +0200 Subject: [PATCH] chore: update bug template to include custom docker compose file --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 45390bf0..ee99bb06 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,26 +1,31 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" +title: '[BUG]' labels: bug assignees: meienberger - --- ### Checklist + 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 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 included a clear description and steps to reproduce. - [ ] 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 am using a custom docker compose file (`user-config/tipi-compose.yml`) **Describe the bug** 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** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 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. **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** -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