summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2024-05-31 14:38:03 +0200
committermdecimus <mauro@stalw.art>2024-05-31 14:38:03 +0200
commit649ccfdba0de759a445f615583ca5fcff6773b89 (patch)
tree2de71b70082b8ce017188cf94decf6a4e292009b /.github
parent4e7087d33528d1dc145b02e7f195808a4e7ffc01 (diff)
Fix session.rcpt.script IfBlock variable name
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index bc5101a8..7d44bb14 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -31,11 +31,10 @@ body:
label: Version
description: What version of our software are you running?
options:
+ - v0.8.x
- v0.7.x
- v0.6.x
- - v0.5.x
- - v0.4.x
- - v0.3.x or lower
+ - v0.5.x or lower
validations:
required: true
- type: dropdown