Skip to content

[Ignore] Update PSSA bug report template for flexibility #1588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions .github/ISSUE_TEMPLATE/Bug_Report_PSScriptAnalyzer.md
Original file line number Diff line number Diff line change
@@ -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 whether 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.
<!--

Before submitting a formatting or script analysis issue,
please check the relevant PSScriptAnalyzer command in a PowerShell console *outside* of VSCode.

Script analysis issues:
```powershell
Invoke-ScriptAnalyzer -Path './path/to/your/script.ps1'
```

Formatting issues:
```powershell
Get-Content -Raw './path/to/your/script.ps1' | Invoke-Formatter
```

If the problem occurs in the console, please submit a new issue with [PSScriptAnalyzer](https://github.com/powershell/PSScriptAnalyzer/issues).

If it does not occur in the console, it may be a PowerShell extension bug -- please open an issue here.

(For information on using the PSScriptAnalyzer module, see [here](https://github.com/PowerShell/PSScriptAnalyzer#usage))

-->