From cd8ed1c66903db198c44f42de41eefc909f8c7ed Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Thu, 18 Oct 2018 09:54:41 -0700 Subject: [PATCH 1/2] [Ignore] Update PSSA bug report template for flexibility Address @codykonior's feedback on bug template --- .../Bug_Report_PSScriptAnalyzer.md | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md b/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md index a6b2520ced..d4a42a5963 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md @@ -1,8 +1,28 @@ --- name: Script analysis or formatting bug report 🚦🖌️ -about: Script analysis and formatting are provided by PSScriptAnalyzer, whose issues are tracked in a different GitHub repository. +about: Script analysis and formatting are provided by PSScriptAnalyzer. Before submitting a script analysis or formatting issue, check to see if the issue lies with PSScriptAnalyzer or with the VSCode PowerShell extension. --- -* Please submit script analysis and formatting issues to the - [PSScriptAnalyzer](https://github.com/powershell/PSScriptAnalyzer/issues) repo on GitHub. + From 0c05c8900a01af97cddc3860d3e7d61cd52778ae Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 23 Oct 2018 14:25:38 -0700 Subject: [PATCH 2/2] if -> whether --- .github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md b/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md index d4a42a5963..9e9979da97 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md @@ -1,6 +1,6 @@ --- name: Script analysis or formatting bug report 🚦🖌️ -about: Script analysis and formatting are provided by PSScriptAnalyzer. Before submitting a script analysis or formatting issue, check to see if the issue lies with PSScriptAnalyzer or with the VSCode PowerShell extension. +about: Script analysis and formatting are provided by PSScriptAnalyzer. Before submitting a script analysis or formatting issue, check to see whether the issue lies with PSScriptAnalyzer or with the VSCode PowerShell extension. ---