From 3298c23563bb0b13aa56ce7cf9722161316c08bd Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 13 Sep 2023 10:57:30 -0500 Subject: [PATCH 1/2] Add feedback template --- .../ISSUE_TEMPLATE/04-customer-feedback.yml | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/04-customer-feedback.yml diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml new file mode 100644 index 000000000000..c2a7264d9545 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -0,0 +1,58 @@ +name: Feedback from live site +title: "[Documentation feedback] - " +description: | + This template is intended to be used by the feedback control on the bottom of every page on the live site. The feedback control automatically fills in several fields for you. If you are not using the feedback control we recommend that you choose one of the other templates. +labels: + - "needs-triage" +body: + - type: input + id: pageUrl + validations: + required: true + attributes: + label: Page URL + - type: input + id: contentSourceUrl + validations: + required: true + attributes: + label: Content source URL + - type: input + id: documentId + validations: + required: true + attributes: + label: Document Id + - type: textarea + id: summary + validations: + required: true + attributes: + label: Summary + description: | + Write a short description of the problem or feedback. + - type: textarea + id: details + validations: + required: false + attributes: + label: Details + description: >- + If possible, please provide extended details that will add context and help the team update + the documentation. Additional details may not be useful for typos, grammar, formatting, etc. + For technical or factual errors, please include code snippets and output to show how the + documentation is incorrect. + - type: textarea + id: environment + validations: + required: false + attributes: + label: Environment + description: >- + Run the following command and paste the results in the textbox below. + + ```powershell + $PSVersionTable + Get-Module + ``` + render: console From 26ff85a894864a087fae1098130c0ae77a0bc339 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 13 Sep 2023 11:05:08 -0500 Subject: [PATCH 2/2] Fix description --- .github/ISSUE_TEMPLATE/04-customer-feedback.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml index c2a7264d9545..379510776ac3 100644 --- a/.github/ISSUE_TEMPLATE/04-customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/04-customer-feedback.yml @@ -1,7 +1,8 @@ name: Feedback from live site title: "[Documentation feedback] - " -description: | - This template is intended to be used by the feedback control on the bottom of every page on the live site. The feedback control automatically fills in several fields for you. If you are not using the feedback control we recommend that you choose one of the other templates. +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. labels: - "needs-triage" body: