diff options
| author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-05-25 18:53:33 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-25 18:53:33 -0600 | 
| commit | 6645f23c4c715b1bc704c88a499b2f4224d7f1e6 (patch) | |
| tree | 6aeb51e366254fe8993856a3db341690bb39dca5 /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | 43bdaa2f0eda79c685792b06a2bd84c65806a48f (diff) | |
| parent | a6e653be26cc05f4438145fa0082816e9fbbf5fc (diff) | |
| download | stable-diffusion-webui-gfx803-6645f23c4c715b1bc704c88a499b2f4224d7f1e6.tar.gz | |
Merge branch 'dev' into reorder-hotkeys
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7d435297..3a8b9953 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,6 +48,15 @@ body:      validations:        required: true    - type: dropdown +    id: py-version +    attributes: +      label: What Python version are you running on ? +      multiple: false +      options: +        - Python 3.10.x +        - Python 3.11.x (above, no supported yet) +        - Python 3.9.x (below, no recommended) +  - type: dropdown      id: platforms      attributes:        label: What platforms do you use to access the UI ? @@ -60,6 +69,18 @@ body:          - Android          - Other/Cloud    - type: dropdown +    id: device +    attributes: +        label: What device are you running WebUI on? +        multiple: true +        options: +        - Nvidia GPUs (RTX 20 above) +        - Nvidia GPUs (GTX 16 below) +        - AMD GPUs (RX 6000 above) +        - AMD GPUs (RX 5000 below) +        - CPU +        - Other GPUs +  - type: dropdown      id: browsers      attributes:        label: What browsers do you use to access the UI ? | 
