PowerShell/.github/ISSUE_TEMPLATE.md
Michael Klement 3133f85443 Update ISSUE_TEMPLATE.md (#3953)
Adds fenced code blocks / output blocks to the `Steps to reproduce`, `Expected behavior` and `Actual behavior` sections, so as to facilitate proper formatting.

Fix #3952.
2017-06-07 06:59:27 -07:00

43 lines
724 B
Markdown

<!--
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](../docs/FAQ.md).
- Refer to the [known issues](../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.
-->
Steps to reproduce
------------------
```powershell
```
Expected behavior
-----------------
```none
```
Actual behavior
---------------
```none
```
Environment data
----------------
<!-- provide the output of $PSVersionTable -->
```powershell
> $PSVersionTable
```