From 410a94dcdf6c5219ce95f4c635c0e9e210b55625 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 15 Nov 2021 12:14:57 +0100 Subject: [PATCH] chore(issue-forms): add unique id to checkboxes --- .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 89954258d..2558c2d49 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -61,6 +61,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