PowerShell/.github/ISSUE_TEMPLATE.md
Sergei Vorobev df866bb7d8 Simplify ISSUE_TEMPLATE.md
- only use $PSVersionTable as Environment data requirement
- add a statement, that you don't need to fill up the template for non-bug-reports
2016-06-29 14:17:16 -07:00

35 lines
679 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
------------------
Expected behavior
-----------------
Actual behavior
---------------
Environment data
----------------
<!-- provide the output of $PSVersionTable -->
```powershell
> $PSVersionTable
```