From ed8ef6226d036ca457e0854333ddc7183e11e01b Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Sun, 4 Sep 2022 17:50:59 +0200 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 68de4f32..5a41dd19 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -6,14 +6,6 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! - - type: textarea - id: system-info - attributes: - label: System Info - description: Please share your system info with us. You can run the command `diffusers-cli env` and copy-paste its output below. - placeholder: diffusers version, platform, python version, ... - validations: - required: true - type: textarea id: bug-description attributes: @@ -34,12 +26,11 @@ body: label: Logs description: "Please include the Python logs if you can." render: shell - - type: textarea + - type: textarea id: system-info attributes: label: System Info - description: Please share your system info with us, - render: shell - placeholder: diffusers version, Python Version, etc + description: Please share your system info with us. You can run the command `diffusers-cli env` and copy-paste its output below. + placeholder: diffusers version, platform, python version, ... validations: required: true