From a836514039464feab5cda17ba960b275dc2e89d3 Mon Sep 17 00:00:00 2001 From: Craig Loewen Date: Tue, 4 Apr 2023 10:50:35 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afa9a754..0db2aeb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,9 @@ See the `10) Reporting a Windows crash (BSOD)` section below for detailed instru ## 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)*. +## Privacy Statement +Issues reported on this repository will be public, please consider that when uploading any logs to a GitHub issue. Please see Microsoft's privacy statement at aka.ms/privacy + ## Reporting issues in WSL A well written bug will follow the following template: @@ -221,4 +224,4 @@ Once you're done, crash dump collection can be disabled by running the following ``` reg.exe delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f -``` \ No newline at end of file +```