From 23464d3b51747e783b2110958ed4a649b61724ea Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:01:30 +0900 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2f05aed..d6659e0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,15 +36,15 @@ body: - type: textarea id: what-happened attributes: - label: Description of the bug? + label: Describe the bug description: What did you expect to happen? - placeholder: "When doing X, Y occurred. Include as much detail as possible." + placeholder: "E.g., When doing X, Y occurred. Include as much detail as possible." validations: required: true - type: textarea id: logs attributes: label: Additional log output - description: You can attach log files by clicking this area to highlight it and then dragging files in. + 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