From 48d25009af415d99f8a7155f117a3979e5aceba5 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 9 May 2022 17:28:51 +0800 Subject: Add missing versions to issue template --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 9d0eb2ed..0e275a63 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -60,6 +60,9 @@ body: description: What version of iced are you using? options: - master + - 0.4.2 + - 0.4.1 + - 0.4.0 - 0.3.0 validations: required: true -- cgit