diff options
author | papuSpartan <30642826+papuSpartan@users.noreply.github.com> | 2022-10-31 20:08:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 20:08:54 +0000 |
commit | 25de9df3648f6d936ec7dbbb91c6c04bc3939a62 (patch) | |
tree | 8dbf732357d5ed094350827aff4caa7741f5a4cc /.github | |
parent | ce42879438bf2dbd76b5b346be656292e42ffb2b (diff) | |
parent | 5c9b3625fa03f18649e1843b5e9f2df2d4de94f9 (diff) | |
download | stable-diffusion-webui-gfx803-25de9df3648f6d936ec7dbbb91c6c04bc3939a62.tar.gz stable-diffusion-webui-gfx803-25de9df3648f6d936ec7dbbb91c6c04bc3939a62.tar.bz2 stable-diffusion-webui-gfx803-25de9df3648f6d936ec7dbbb91c6c04bc3939a62.zip |
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9c2ff313..ed372f22 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,7 +44,7 @@ body: id: commit 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) + description: Which commit are you running ? (Do not write *Latest version/repo/commit*, as this means nothing and will have changed by the time we read your issue. Rather, copy the **Commit hash** shown in the cmd/terminal when you launch the UI) validations: required: true - type: dropdown |