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