diff options
| author | Sakura-Luna <53183413+Sakura-Luna@users.noreply.github.com> | 2023-05-14 22:39:38 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 22:39:38 +0800 | 
| commit | b023940032b38363801f0613d67226ecddaecee4 (patch) | |
| tree | 1ee6e02c5e5822cd5af3de03d4fa5b0a9eb7458b /.github/ISSUE_TEMPLATE | |
| parent | efe81620a09186259731af9d2d28fd87c574da97 (diff) | |
| download | stable-diffusion-webui-gfx803-b023940032b38363801f0613d67226ecddaecee4.tar.gz | |
Update bug_report.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 22 | 
1 files changed, 11 insertions, 11 deletions
| diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a24e62d4..e0ca454d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,17 +60,17 @@ 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 +    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: | 
