From e48ca9cedc12ce6681493fa774d77b6550724e1e Mon Sep 17 00:00:00 2001 From: Ally Zhang <931550270@qq.com> Date: Mon, 3 Mar 2025 23:08:24 +0800 Subject: [PATCH 1/2] Add platform id to feedback template (#284) --- .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 685b9525738cf82fd35b75940ca28b08b3d09978 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 3 Mar 2025 09:58:38 -0600 Subject: [PATCH 2/2] Update uuf template (#285) --- .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