PowerShell/.github/ISSUE_TEMPLATE/Bug_Report.md
Steve Lee c3143251b4 Change default issue template to use different categories (#8203)
Leverage GitHub ability to have multiple options when user clicks "New Issue" to have better issues opened and direct users to Docs repo and UserVoice for Windows PowerShell issues.
2018-11-16 10:18:13 -08:00

44 lines
907 B
Markdown

---
name: Bug report 🐛
about: Report errors or unexpected behavior 🤔
---
<!--
For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the following link instead:
Windows PowerShell [UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell)
This repository is **ONLY** for PowerShell Core 6 issues.
- Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- Search the existing issues.
- Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).
- Refer to the [known issues](https://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6).
-->
# Steps to reproduce
```powershell
```
# Expected behavior
```none
```
# Actual behavior
```none
```
# Environment data
<!-- provide the output of $PSVersionTable -->
```none
```