From 2d19d85b75056d45f35f8ec628948d2d47b16b12 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 30 Aug 2025 09:20:32 +0700 Subject: [PATCH] add debug var to template --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 0a1ee32d..bd1d0ec1 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -40,7 +40,7 @@ body: id: logs attributes: label: Relevant log output - description: Please copy and paste any relevant Docker logs. This will be automatically formatted into code, so no need for backticks. + description: Please copy and paste any relevant Docker logs. Make sure the logs are created with [DJANGO_DEBUG](https://docs.tubearchivist.com/installation/env-vars/#django_debug) enabled. This will be automatically formatted into code, so no need for backticks. render: shell validations: required: true