PowerShell/.github/ISSUE_TEMPLATE.md
Christoph Bergmeister faf832401f Fix broken links due to PR 6899 that removed GitHub docs on installation docs, known issues and breaking changes due to complete migration to docs.microsoft.com (#6981)
* Fix broken installation links in README.md

* fix remaining broken links due to removal of breakingchanges and knownissues docs

* Remove en-us culture from docs links in readme

* Remove last en-us culture link from issue template
2018-06-05 19:37:14 -07:00

47 lines
1 KiB
Markdown

<!--
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://docs.microsoft.com/powershell/scripting/whats-new/known-issues-ps6?view=powershell-6).
- 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
```