PowerShell/.github/ISSUE_TEMPLATE.md

47 lines
1 KiB
Markdown
Raw Normal View History

<!--
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)
If it is a bug report:
- make sure you are able to repro it on the latest released version.
You can install the latest version from 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://github.com/PowerShell/PowerShell/blob/master/docs/KNOWNISSUES.md).
- Fill out the following repro template:
If it's not a bug, please remove the template and elaborate the issue in your own words.
-->
2016-04-22 23:49:17 +02:00
Steps to reproduce
------------------
```powershell
```
2016-04-22 23:49:17 +02:00
Expected behavior
-----------------
```none
```
2016-04-22 23:49:17 +02:00
Actual behavior
---------------
```none
```
2016-04-22 23:49:17 +02:00
Environment data
----------------
<!-- provide the output of $PSVersionTable -->
2016-04-22 23:49:17 +02:00
```powershell
> $PSVersionTable
2016-04-22 23:49:17 +02:00
```