From 9dfa68ea8b0843b2029a8188b8368d1d0f1a3ac6 Mon Sep 17 00:00:00 2001 From: Joren Verbaandert Date: Thu, 27 Aug 2026 22:35:29 +0200 Subject: [PATCH 1/2] Add 0.14 to bug report template, remove 0.12 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1d275211..ad59c258 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,10 +72,10 @@ body: description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* multiple: true options: + - 'Android App - 0.14.0' + - 'iOS App - 0.14.0' - 'Android App - 0.13.0' - 'iOS App - 0.13.0' - - 'Android App - 0.12.0' - - 'iOS App - 0.12.0' validations: required: true - type: dropdown From 4eb848ae5fa4c0b7e47172f3520e88b75863866e Mon Sep 17 00:00:00 2001 From: Joren Verbaandert Date: Thu, 27 Aug 2026 22:53:48 +0200 Subject: [PATCH 2/2] Update the feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bdc2dd4e..77c531ea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -43,10 +43,10 @@ body: description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* multiple: true options: + - 'Android App - 0.14.0' + - 'iOS App - 0.14.0' - 'Android App - 0.13.0' - 'iOS App - 0.13.0' - - 'Android App - 0.12.0' - - 'iOS App - 0.12.0' validations: required: true - type: textarea