From a5057c904ebe39e95b53d29a9cae9e29076dffb4 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 14 Sep 2023 16:02:19 -0500 Subject: [PATCH] Update template --- .github/ISSUE_TEMPLATE/04-customer-feedback.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml index 12f5fad50e0e..86dca7e48528 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -19,11 +19,19 @@ body: attributes: label: Content source URL - type: input - id: documentId + id: author + validations: + required: true + attributes: + label: Author + description: GitHub Id of the author + - type: input + id: documentVersionIndependentId validations: required: true attributes: label: Document Id + description: Version independent document Id - type: textarea id: summary validations: