diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c94d66..aac9b19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,11 @@ Only send traces or logs when specifically asked to by a WSL team member, to sec > Note: Issues with security vulnerabilities may be edited to hide the vulnerability details. +## Reporting issues in Windows Console or WSL text rendering/user experience +Note that WSL distro's launch in the Windows Console (unless you have taken steps to launch a 3rd party console/terminal). Therefore, *please file UI/UX related issues in the [Windows Console issue tracker](https://github.com/microsoft/console)*. + +![All consoles are Windows Console!](assets/WindowsConsole.jpg) + ## Reporting issues in WSL A well written bug will follow the following template: diff --git a/README.md b/README.md index c12ad6a..7f23d80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ This repo is for the reporting of issues found within and when using Windows Subsystem for Linux. - Do not open Github issues for Windows crashes (BSODs) or security issues. Please direct all Windows crashes and security issues to secure@microsoft.com. Issues with security vulnerabilities may be edited to hide the vulnerability details. +## Reporting issues in Windows Console or WSL text rendering/user experience +Note that WSL distro's launch in the Windows Console (unless you have taken steps to launch a 3rd party console/terminal). Therefore, *please file UI/UX related issues in the [Windows Console issue tracker](https://github.com/microsoft/console)*. + +![All consoles are Windows Console!](assets/WindowsConsole.jpg) + + ### Labels: This and our [User Voice page](https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/category/161892-bash) are your best ways to interact directly with the Windows Subsystem for Linux teams. We will be monitoring and responding to issues as best we can. Please attempt to avoid filing duplicates of open or closed items when possible. In the spirit of openness we will be tagging issues with the following: diff --git a/assets/WindowsConsole.jpg b/assets/WindowsConsole.jpg new file mode 100644 index 0000000..edf6278 Binary files /dev/null and b/assets/WindowsConsole.jpg differ