PowerShell7/.github/ISSUE_TEMPLATE.md
Sergei Vorobev 6fc1c92ea7 Alternate issue template
A lot of people starting self-host released versions of powershell
Template should reflect this fact
2016-05-18 12:22:18 -07:00

42 lines
795 B
Markdown

<!--
If you are running a released version of powershell, but not the latest one, install the latest from https://github.com/PowerShell/PowerShell/releases and try to repro it again
Before submitting this issue, please first:
- [ ] Search the existing issues.
- [ ] Refer to the [FAQ](../docs/FAQ.md).
- [ ] Refer to the [known issues](../docs/KNOWNISSUES.md).
- [ ] If it is a bug, fill out this form:
-->
Steps to reproduce
------------------
Expected behavior
-----------------
Actual behavior
---------------
Environment data
----------------
<!-- If running the latest released version, specify the version, i.e. -->
v0.4.0
<!-- If running you own build, please fill in the results of the following commands: -->
```sh
$ dotnet --info
$ git rev-parse HEAD; git status
```