From b066df4efce7550b6a37779777dc13090b8a9a8c Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 29 Jan 2025 17:09:12 -0600 Subject: [PATCH] Update issue template app versions --- .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} | 4 ++-- .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 .../{feature_request.yaml => feature_request.yml} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} (97%) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.yaml => feature_request.yml} (96%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yml index aa740ade..6c3a0b9c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -62,10 +62,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.9.79 + - iOS App - 0.9.79 - Android App - 0.9.78 - iOS App - 0.9.78 - - Android App - 0.9.77 - - iOS App - 0.9.77 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yml index c20aab90..93966619 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ 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.9.79 + - iOS App - 0.9.79 - Android App - 0.9.78 - iOS App - 0.9.78 - - Android App - 0.9.77 - - iOS App - 0.9.77 validations: required: true - type: textarea