From 3475f3a446ea87926d579d8a5010e7f83479a832 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 02:28:30 -0700 Subject: [PATCH] ci: update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 33fe6b9f..9e796e2c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -126,9 +126,9 @@ body: - type: textarea id: docker-compose attributes: - label: docker-compose.yml + label: docker-compose.yml / Run command description: | - Copy / paste your `docker-compose.yml` file here + Copy / paste your `docker-compose.yml` file or run command here - type: textarea id: logs @@ -137,6 +137,7 @@ body: description: | Paste your docker logs here. You can get your docker logs by opening terminal and running `docker logs tvapp2` + To get detailed logs, set the environment variable `LOG_LEVEL=5` and restart the container. - type: textarea id: screenshots