From 22499842517b186f36d606545d2119ae9a81732d Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 2 Apr 2025 10:58:54 -0500 Subject: [PATCH 1/2] Update feedback template --- .github/ISSUE_TEMPLATE/04-customer-feedback.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml index 080f20a..a0529b9 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -59,6 +59,12 @@ body: attributes: label: Author description: GitHub Id of the author + - type: input + id: PlatformId + validations: + required: true + attributes: + label: Platform Id - type: input id: documentVersionIndependentId validations: From d05bda584fed4d1be874bc69feccc62912d1018a Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 2 Apr 2025 12:28:34 -0500 Subject: [PATCH 2/2] Fix typo --- .github/ISSUE_TEMPLATE/04-customer-feedback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml index a0529b9..2c1ee83 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -60,7 +60,7 @@ body: label: Author description: GitHub Id of the author - type: input - id: PlatformId + id: platformId validations: required: true attributes: