diff options
| author | Leo Mozoloa <leo.drrty@gmail.com> | 2022-10-16 13:00:28 +0200 | 
|---|---|---|
| committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-19 21:30:02 +0300 | 
| commit | 03cf7cf32798d45ae92832bd22bea8b299e64a17 (patch) | |
| tree | c4f6f8548b621f54121b4d3036cff5df3c573597 /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | 45f188e0d3167f36c69bdf392a1141b8e5183d21 (diff) | |
| download | stable-diffusion-webui-gfx803-03cf7cf32798d45ae92832bd22bea8b299e64a17.tar.gz | |
Fixes and trying to make dropdown required
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 55fb2d72..201ed57d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,7 @@ body:      id: steps      attributes:        label: Steps to reproduce the problem -      description: Please provide us with precise step by step information to reproduce the bug +      description: Please provide us with precise step by step information on how to reproduce the bug        value: |          1. Go to ....           2. Press .... @@ -44,6 +44,7 @@ body:          - Windows          - Linux          - MacOS +      required: true    - type: dropdown      id: browsers      attributes: @@ -55,6 +56,7 @@ body:          - Brave          - Apple Safari          - Microsoft Edge +      required: true    - type: textarea      id: cmdargs      attributes: | 
