From 9acbafdba7ccbb6d74bb6a7335ff410f3f288a68 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Wed, 27 Nov 2024 22:38:17 +0100 Subject: [PATCH] Remove app source from issue template (#7530) Version code now shows which version was used and is more reliable than the memory of users. --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ----------- .github/ISSUE_TEMPLATE/feature_request.yml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 263d5450f..c781ccbd9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,17 +27,6 @@ body: placeholder: x.y.z validations: required: true - - type: dropdown - id: source - attributes: - label: Where did you get the app from - multiple: false - options: - - Google Play - - F-Droid - - Other - validations: - required: true - type: input id: android_version attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f06a4455c..6ce0525b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -23,17 +23,6 @@ body: placeholder: x.y.z validations: required: true - - type: dropdown - id: source - attributes: - label: Where did you get the app from - multiple: false - options: - - Google Play - - F-Droid - - Other - validations: - required: true - type: textarea id: feature attributes: