From 5ef048bfaeac38269bf28c9cd0a6754f5f2e4576 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Fri, 21 Jul 2023 08:45:33 +1200 Subject: [PATCH] chore: Discourage `latest` in bug report version field (#3435) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index be54660b..c12439ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,7 +36,7 @@ body: attributes: label: 🐋 DMS Version description: On which version (image tag) did you encounter this bug? - placeholder: v12.1.0 + placeholder: v12.1.0 (do not put "latest") validations: required: true - type: input