diff options
| author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-21 18:36:29 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 18:36:29 +0300 | 
| commit | 5e9afa5c8a0664e06f650cccc82831c3b13e5dc6 (patch) | |
| tree | cd752f22bbc5f5dd24bb7db322f53e9dd90d8b06 /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | 85dd62c4c7635b8e21a75f140d093036069e97a1 (diff) | |
| parent | 24ce67a13bd74202d298cd8e2a306d90214980d8 (diff) | |
| download | stable-diffusion-webui-gfx803-5e9afa5c8a0664e06f650cccc82831c3b13e5dc6.tar.gz | |
Merge branch 'master' into fix/train-preprocess-keep-ratio
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 35802a53..9c2ff313 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,6 +45,8 @@ body:      attributes:        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) +    validations: +      required: true    - type: dropdown      id: platforms      attributes: | 
