From ae2e2ff62d41272e4e04f6a77c7ae1b39e58ceaf Mon Sep 17 00:00:00 2001 From: CreeperAWA Date: Sat, 21 Jun 2025 18:19:12 +0800 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=81=20Chore]=20update=20issue=20templ?= =?UTF-8?q?ate=20to=20use=20fenced=20code=20blocks=20for=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bugReport.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bugReport.yml b/.github/ISSUE_TEMPLATE/bugReport.yml index 8b485a9..70772df 100644 --- a/.github/ISSUE_TEMPLATE/bugReport.yml +++ b/.github/ISSUE_TEMPLATE/bugReport.yml @@ -56,8 +56,10 @@ body: label: 日志 / Logs description: 请前往 `用户文件夹/Documents/HugoAura/logs` 取得日志 placeholder: | + ```log [LOG] Logger initialized. Log file: C:\... [LOG] [HugoAura / Loaded] Aura is loaded! + ``` validations: required: false