From 46ed9d51a10bcfdd99c811d5739be9d66a707934 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 16 Oct 2023 22:27:44 -0700 Subject: [PATCH] Update the documentation issue template to point to the PowerShell-Doc repo (#3839) --- .../ISSUE_TEMPLATE/Documentation_Issue.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml b/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml index f7388737e..e91d98d3f 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_Issue.yaml @@ -1,16 +1,10 @@ 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: 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.