diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-09-07 10:35:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 10:35:55 +0000 |
commit | c3d51fc696bbe5f9ea2de63933234c90c55afbbd (patch) | |
tree | 716eb3b205c303592967429ae3abf37ca8e526ce /.github/ISSUE_TEMPLATE | |
parent | 25189b29afb04ff0c203e7f666c8acaead09dcde (diff) | |
download | stable-diffusion-webui-gfx803-c3d51fc696bbe5f9ea2de63933234c90c55afbbd.tar.gz stable-diffusion-webui-gfx803-c3d51fc696bbe5f9ea2de63933234c90c55afbbd.tar.bz2 stable-diffusion-webui-gfx803-c3d51fc696bbe5f9ea2de63933234c90c55afbbd.zip |
Update bug_report.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a53db9f0..a423f052 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -86,8 +86,9 @@ body: label: Sysinfo description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file. placeholder: | - Upload the Sysinfo as a attached file. - Do not paste it in as text. + 1. Go to WebUI Settings -> Sysinfo -> Download system info. + If WebUI fails to launch, use --dump-sysinfo commandline argument to generate the file + 2. Upload the Sysinfo as a attached file, Do NOT paste it in as plain text. validations: required: true - type: textarea |