From 2e3a648d9bb7f418e5f95fca572a31219e2c6b55 Mon Sep 17 00:00:00 2001 From: Andy Schwartzmeyer Date: Tue, 28 Jun 2022 16:22:39 -0700 Subject: [PATCH] Note to search open and closed issues when opening bug Since it's too easy to just search the open issues. --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 32a1d89d4e..b2487e042a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,7 +8,7 @@ body: options: - label: I have written a descriptive issue title. required: true - - label: I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. + - label: I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md) guide. - 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. - label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.