From bc203c8eb823ddc71b261a7cdd29b1e59e95b9da Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 2 Apr 2025 10:56:23 -0500 Subject: [PATCH 1/2] Update feedback template (#304) --- .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 2c7d40255f16a89c7ec816c60d0eae3b35604150 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 2 Apr 2025 12:47:59 -0500 Subject: [PATCH 2/2] Update 04-customer-feedback.yml (#305) Fix typo in id --- .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: