From c0fdc61a94a8c4cdb6c53e26d83a7ebdf59cfd94 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 15 Nov 2021 12:14:32 +0100 Subject: [PATCH] chore(issue-forms): add id to checkboxes --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7092af5eb..026b0c635 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -102,6 +102,7 @@ body: --- - type: checkboxes + id: terms attributes: options: - label: I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before