Skip to content

Commit 0095f3f

Browse files
authored
Make known issues clearer in readme and issues template (#424)
1 parent 55ab132 commit 0095f3f

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ For Windows PowerShell 5.1 issues, suggestions, or feature requests please use t
44
- Windows PowerShell [UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell)
55
66
If it is a bug report:
7-
- make sure you are able to repro it on the latest released version.
7+
- make sure you are able to repro it on the latest released version.
88
- Search the existing issues.
99
- Fill out the following repro template:
1010
1111
If it's not a bug, please remove the template and elaborate the issue in your own words.
1212
-->
13+
## Check list
14+
15+
- [ ] Verified that this is not a [Known Issue](https://github.com/PowerShell/PowerShell-Docker/wiki/Known-Issues)
16+
- [ ] Verified this is not an issues in the underlying windows container that should be reported to [Windows Container User Voice](https://windowsserver.uservoice.com/forums/304624-containers)
1317

1418
## Steps to reproduce
1519
<!-- Please include any docker commands you used to run the image -->

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,9 @@ PS /> Write-Host "Hello, World!"
5252
Hello, World!
5353
```
5454

55-
## NanoServer-Insider Release Notes
55+
## Known Issues
5656

57-
Please be sure to use a build from the Windows Insider program, either [Windows Server Insider](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver) or the [Windows 10 Insider](https://insider.windows.com/GettingStarted),
58-
as your Container host before trying to pull this image. Otherwise, pulling this image will **fail**.
59-
60-
Read more about the changes coming to Nano Server in future releases of Windows Server Insider [here](https://docs.microsoft.com/en-us/windows-server/get-started/nano-in-semi-annual-channel).
61-
62-
### This is pre-release software
63-
64-
Windows Server Insider Preview builds may be substantially modified before they are commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
65-
Some product features and functionality may require additional hardware or software. These builds are for testing purposes only. Microsoft is not obligated to provide any support services for this preview software.
66-
67-
For more information see [Using Insider Container Images](https://github.com/Microsoft/Virtualization-Documentation/blob/live/virtualization/windowscontainers/quick-start/Using-Insider-Container-Images.md)
68-
and [Build and run an application with or without .NET Core 2.0 or PowerShell Core 6](https://github.com/Microsoft/Virtualization-Documentation/blob/live/virtualization/windowscontainers/quick-start/Nano-RS3-.NET-Core-and-PS.md).
69-
70-
### Known Issues
71-
72-
#### PowerShell Get only works with CurrentUser Scope
73-
74-
Due to [known issues with the nano-server-insider](https://github.com/Microsoft/Virtualization-Documentation/blob/live/virtualization/windowscontainers/quick-start/Insider-Known-Issues.md#build-16237),
75-
you must specify `-Scope CurrentUser` when using `Install-Module`. Example:
76-
77-
```powershell
78-
Install-Module <ModuleName> -Scope CurrentUser
79-
```
57+
See [Known Issues](https://github.com/PowerShell/PowerShell-Docker/wiki/Known-Issues)
8058

8159
## Developing and Contributing
8260

0 commit comments

Comments
 (0)