diff options
author | Leo Mozoloa <leo.drrty@gmail.com> | 2022-10-16 10:46:36 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-19 18:30:02 +0000 |
commit | d0042587adf03059977181fae9c2ede019044fe0 (patch) | |
tree | bc1a43c9feff864ae58ef4e1c64f33ad3297c553 /.github | |
parent | 57c48093a92e58e07d5875de98ad2a790a7ceb14 (diff) | |
download | stable-diffusion-webui-gfx803-d0042587adf03059977181fae9c2ede019044fe0.tar.gz stable-diffusion-webui-gfx803-d0042587adf03059977181fae9c2ede019044fe0.tar.bz2 stable-diffusion-webui-gfx803-d0042587adf03059977181fae9c2ede019044fe0.zip |
Cleaning & improvements
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9b7e224e..02fc994c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,10 +4,6 @@ title: "[Bug]: " labels: ["bug-report"] body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - type: textarea id: what-did attributes: @@ -25,9 +21,19 @@ body: - type: textarea id: commit attributes: - label: commit + label: Commit where the problem happens description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI) - type: dropdown + id: os + attributes: + label: What OS do you use to run the webui? + multiple: true + options: + - Colab/Runpod or Cloud based + - Windows + - Linux + - MacOS + - type: dropdown id: browsers attributes: label: What browsers do you use to run the UI ? @@ -38,16 +44,6 @@ body: - Brave - Apple Safari - Microsoft Edge - - type: dropdown - id: os - attributes: - label: Where are you running the webui? - multiple: true - options: - - Colab/Cloud - - Windows - - Linux - - MacOS - type: textarea id: cmdargs attributes: |