From 1b228bbcc6866b5f04f4b806baea401e437fc79a Mon Sep 17 00:00:00 2001 From: Ally Zhang <931550270@qq.com> Date: Mon, 3 Mar 2025 23:08:45 +0800 Subject: [PATCH 1/2] Add platform id to feedback template (#196) --- .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 eb1724d..6177436 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -66,3 +66,9 @@ body: required: true attributes: label: Document Id + - type: input + id: platformId + validations: + required: true + attributes: + label: Platform Id From d4cf07e6cafad2d95cb49024bd52455b42cfcaa3 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 3 Mar 2025 10:02:42 -0600 Subject: [PATCH 2/2] Update uuf template (#197) --- .github/ISSUE_TEMPLATE/04-customer-feedback.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml index 6177436..080f20a 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -1,5 +1,4 @@ name: "📄 Feedback control template" -title: "Feedback" description: >- ⛔ This template is intended for use by the feedback control on the bottom of every page on the live site. If you aren't using the feedback control, choose one of the other templates.⛔ @@ -66,9 +65,3 @@ body: required: true attributes: label: Document Id - - type: input - id: platformId - validations: - required: true - attributes: - label: Platform Id