From f7a6ed6148532a5bc6a4ef1bb2bd425945b52a1e Mon Sep 17 00:00:00 2001 From: Bingsu Date: Tue, 27 Jun 2023 08:19:32 +0900 Subject: [PATCH] fix: issue_template bug report --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6e855aa..b7113be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -10,7 +10,7 @@ body: - type: textarea attributes: - label: The entire console log, including python version information, webui version, and commit hash. + label: The entire console log, including python version information, webui version, commit hash, commandline arguments and error traces. description: | The full console log of your terminal. From `Python ..., Version: ..., Commit hash: ...` to the end.