diff options
author | Leo Mozoloa <leo.drrty@gmail.com> | 2022-10-17 17:09:06 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-19 18:30:02 +0000 |
commit | a0e50d5e70094dbdfd048efee566865ab93e4c3f (patch) | |
tree | cf9ecdc07e3ae7902a6e2e146d1ece3f71985ef9 /.github | |
parent | 3e2a035ffaf6f45a18b971ee0388f5ddca312714 (diff) | |
download | stable-diffusion-webui-gfx803-a0e50d5e70094dbdfd048efee566865ab93e4c3f.tar.gz stable-diffusion-webui-gfx803-a0e50d5e70094dbdfd048efee566865ab93e4c3f.tar.bz2 stable-diffusion-webui-gfx803-a0e50d5e70094dbdfd048efee566865ab93e4c3f.zip |
Improved the OS/Platforms field
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 629afad3..d2edb250 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,19 +46,21 @@ body: 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 + id: platforms attributes: - label: What OS do you use to run the webui? + label: What platforms do you use to access UI ? multiple: true options: - - Colab/Runpod or Cloud based - Windows - Linux - MacOS + - iOS + - Android + - Other/Cloud - type: dropdown id: browsers attributes: - label: What browsers do you use to run the UI ? + label: What browsers do you use to access the UI ? multiple: true options: - Mozilla Firefox |