From 70db7b45b3d66439e54717ec9345d0cb8582f5cd Mon Sep 17 00:00:00 2001
From: aclist <92275929+aclist@users.noreply.github.com>
Date: Tue, 7 Jan 2025 19:54:19 +0900
Subject: [PATCH] Update trouble.yml

---
 .github/ISSUE_TEMPLATE/trouble.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/trouble.yml b/.github/ISSUE_TEMPLATE/trouble.yml
index d3f1e76..9b53a5f 100644
--- a/.github/ISSUE_TEMPLATE/trouble.yml
+++ b/.github/ISSUE_TEMPLATE/trouble.yml
@@ -48,3 +48,10 @@ body:
       placeholder: "Include as much detail as possible and state the steps leading up to the problem. E.g., First I do this, then I do this, then this happens."
     validations:
       required: true
+- type: textarea
+    id: logs
+    attributes:
+      label: Additional log output
+      description: Attach the file `$HOME/.local/state/dzgui/DZGUI_DEBUG.log` by clicking this area to highlight it and then dragging the file in.
+    validations:
+      required: false