From 42e2ade0e48217c20b4ebf37a7c7b72b38c293b1 Mon Sep 17 00:00:00 2001 From: Alex Schwartz Date: Tue, 27 Jun 2023 08:26:34 -0400 Subject: [PATCH] bump placeholders to 5.6 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/regression.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 00a07cd91a7..502aadfbe82 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -42,7 +42,7 @@ body: description: | What JMeter version and edition did you use? Note: While you can obviously continue using older versions of JMeter, it may well be that your bug is already fixed. If you're using an older version, please also try to reproduce the bug in the latest version of JMeter before reporting it. - placeholder: ex. 5.5 + placeholder: ex. 5.6 validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index f85d623f2f5..85fc221b752 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -41,7 +41,7 @@ body: attributes: label: JMeter Version description: What JMeter version and edition did you use? - placeholder: ex. 5.5 + placeholder: ex. 5.6 validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/regression.yaml b/.github/ISSUE_TEMPLATE/regression.yaml index 14e09d220af..d27609c5810 100644 --- a/.github/ISSUE_TEMPLATE/regression.yaml +++ b/.github/ISSUE_TEMPLATE/regression.yaml @@ -42,7 +42,7 @@ body: description: | What JMeter version and edition did you use? Note: While you can obviously continue using older versions of JMeter, it may well be that your bug is already fixed. If you're using an older version, please also try to reproduce the bug in the latest version of JMeter before reporting it. - placeholder: ex. 5.5 + placeholder: ex. 5.6 validations: required: true - type: input