From 83acd616dac2db3477e291f9153880726fa96ccf Mon Sep 17 00:00:00 2001 From: Bingsu Date: Wed, 21 Jun 2023 12:36:05 +0900 Subject: [PATCH] fix: issue templete --- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f1a13a4..6e855aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -10,10 +10,20 @@ body: - type: textarea attributes: - label: Full console logs + label: The entire console log, including python version information, webui version, and commit hash. description: | The full console log of your terminal. - From `Python 3.*, Version: ..., Commit hash: ...` to the end. + From `Python ..., Version: ..., Commit hash: ...` to the end. + placeholder: | + Python ... + Version: ... + Commit hash: ... + Installing requirements + ... + + Launching Web UI with arguments: ... + [-] ADetailer initialized. version: ... + ... render: Shell validations: required: true