From 894da3b282cf9175c04d74522015c29acde1634f Mon Sep 17 00:00:00 2001 From: Andy Schwartzmeyer Date: Mon, 25 Oct 2021 09:41:35 -0700 Subject: [PATCH] Add new requirement to issue template Ask the user to check if it reproduces in a standalone PowerShell instance. --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 225ab22649..f4d219b7b2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,6 +12,8 @@ body: required: true - label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/master/docs/troubleshooting.md) guide. required: true + - label: I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance. + required: true - label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension. required: true - type: textarea