From f86ddc5834357c4740dc1ef1c9dca3b0d7bbd342 Mon Sep 17 00:00:00 2001 From: the-red-lily <82073293+the-red-lily@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:43:59 +0100 Subject: [PATCH] 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> --- .github/ISSUE_TEMPLATE/app_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 482ecde..8969d0e 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -146,6 +146,15 @@ 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: Not tested - type: textarea id: description attributes: