aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLeo Mozoloa <leo.drrty@gmail.com>2022-10-25 21:51:22 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-26 13:16:06 +0300
commit7e0e4d21d469b2d08af1dd302f6d56388c525ba3 (patch)
tree758fdd99db4a67d13f5fe86467d842e3ea4adcd0 /.github
parent4ca4b9f28fbe7b9b9020c89fc9aabdf637ce76e9 (diff)
Prevent people from just saying "latest version"
in the bug report form
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
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