diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-31 16:18:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 16:18:49 +0000 |
commit | 003ed0f087bcb0b7f7fb05d9e32b615f5623f7fd (patch) | |
tree | d52c7bdf2c75b70bed59fe59b0c701563edc1ed0 | |
parent | 8598587f1c518ca72b3eb4316dd98ccf90d2ef34 (diff) | |
parent | 7dfee8a3bd7cb8b1d89ceeb971e33be5f4067453 (diff) | |
download | stable-diffusion-webui-gfx803-003ed0f087bcb0b7f7fb05d9e32b615f5623f7fd.tar.gz stable-diffusion-webui-gfx803-003ed0f087bcb0b7f7fb05d9e32b615f5623f7fd.tar.bz2 stable-diffusion-webui-gfx803-003ed0f087bcb0b7f7fb05d9e32b615f5623f7fd.zip |
Merge pull request #10813 from AUTOMATIC1111/clarify-issue-template
clarify issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3a8b9953..9cc16d01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -43,8 +43,8 @@ body: - type: input id: commit attributes: - label: Commit where the problem happens - 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** link at the bottom of the UI, or from the cmd/terminal if you can't launch it.) + label: Version or Commit where the problem happens + description: "Which webui version or 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 **Version: v1.2.3** link at the bottom of the UI, or from the cmd/terminal if you can't launch it.)" validations: required: true - type: dropdown |