diff options
author | parsec501 <105080989+parsec501@users.noreply.github.com> | 2022-10-21 12:43:23 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-21 13:48:13 +0000 |
commit | 85cb5918ee7c97cafafe4149880ed82f1933d919 (patch) | |
tree | 9f20e1ec60a7563100969f16d573389534f2f548 /.github/ISSUE_TEMPLATE | |
parent | 306e2ff6ab8f4c7e94ab55f4f08ab8f94d73d287 (diff) | |
download | stable-diffusion-webui-gfx803-85cb5918ee7c97cafafe4149880ed82f1933d919.tar.gz stable-diffusion-webui-gfx803-85cb5918ee7c97cafafe4149880ed82f1933d919.tar.bz2 stable-diffusion-webui-gfx803-85cb5918ee7c97cafafe4149880ed82f1933d919.zip |
Make commit hash mandatory field
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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: |