PowerShell/.github/ISSUE_TEMPLATE.md

42 lines
795 B
Markdown
Raw Normal View History

<!--
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
2016-04-22 23:49:17 +02:00
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:
-->
2016-04-22 23:49:17 +02:00
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: -->
2016-04-22 23:49:17 +02:00
```sh
$ dotnet --info
$ git rev-parse HEAD; git status
2016-04-22 23:49:17 +02:00
```