From d41582ae0e04c260bf2d839f5d67b73d28124571 Mon Sep 17 00:00:00 2001 From: the-red-lily <82073293+the-red-lily@users.noreply.github.com> Date: Mon, 25 Sep 2023 00:53:56 +0100 Subject: [PATCH] Add NFC payments to template (#287) * Add NFC payments to template Addresses https://github.com/PrivSec-dev/banking-apps-compat-report/issues/252 Signed-off-by: the-red-lily <82073293+the-red-lily@users.noreply.github.com> * Add N/A option Signed-off-by: the-red-lily <82073293+the-red-lily@users.noreply.github.com> --------- Signed-off-by: the-red-lily <82073293+the-red-lily@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/app_report.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 482ecde..9a97310 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -146,6 +146,16 @@ body: - label: Works - label: Does not work - label: Not tested + - type: checkboxes + attributes: + label: NFC payments + description: Does this app allow NFC payments? + options: + - label: Works + - label: Works but requires another service + - label: Does not work + - label: N/A (Not supported by app) + - label: Not tested - type: textarea id: description attributes: