From 73e4d5a22ba225bd0485a1f022071afd25c2971c Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 16 Oct 2023 21:58:49 -0700 Subject: [PATCH 1/2] Update the documentation issue template to point to the PowerShell-Doc repo --- .github/ISSUE_TEMPLATE/Documentation_Issue.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml b/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml index f7388737e..b1d4b6a58 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml @@ -2,15 +2,9 @@ name: Documentation Issue 📚 description: Report issues in our documentation. labels: Issue-Docs body: -- type: checkboxes +- type: markdown attributes: - label: Prerequisites - options: - - label: Write a descriptive title. - required: true -- type: textarea - attributes: - label: Issue summary - description: Briefly describe which document needs to be corrected and why. - validations: - required: true + value: | + Thanks for taking the time to fill out this documentation Issue! | + Documents for PSReadLine are hosted in the [PowerShell-Docs](https://github.com/MicrosoftDocs/PowerShell-Docs) repo, | + so, please submit the issue directly in that repo for a quicker response and fix. From 18e6313f2b02ec6d22059a8ef0db16d0eae12928 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 16 Oct 2023 22:02:23 -0700 Subject: [PATCH 2/2] Update description too --- .github/ISSUE_TEMPLATE/Documentation_Issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml b/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml index b1d4b6a58..e91d98d3f 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml @@ -1,5 +1,5 @@ name: Documentation Issue 📚 -description: Report issues in our documentation. +description: Report documentation issues at https://github.com/MicrosoftDocs/PowerShell-Docs/issues/new/choose labels: Issue-Docs body: - type: markdown