- Add decription for "documentation" tag. (#4623)
- Refresh bug and feature tag examples to point at submissions that have an actionable repro
therealkenc committed
Oct 28, 2019 at 09:55 UTC
277cfd50da0ae1777c9e8f6b9e0925eeba6cb13d
1 file changed
+6
-6
README.md
+6
-6
@@ -9,10 +9,9 @@ Note that WSL distro's launch in the Windows Console (unless you have taken step
9
10
This is 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. Issues may be tagged with with the following labels:
11
12
-- **bug** – The issue considered to be a bug internally by the dev team. This tag is generally for gaps in implemented (read: intended to be working) WSL behavior. Things marked with **bug** have a corresponding bug in on Microsoft’s internal bug tracking system.
13
- - Example: No internet connectivity in Bash [(#5)](https://github.com/Microsoft/WSL/issues/5)
12
+- **bug** – The issue considered to be a bug internally by the dev team. This tag is generally for gaps in implemented (read: intended to be working) WSL behavior. Things marked with **bug** have a corresponding bug in on Microsoft’s internal bug tracking system. Example: "du -h reports wrong file size on DrvFs" [(#1894)](https://github.com/microsoft/WSL/issues/1894)
13
15
-- **feature** – Denotes something understood as not working and is not yet implemented.
14
+- **feature** – Denotes something understood as not working and is not yet implemented. Example: "Cuda can not be installed" [(#327)](https:/github.com/microsoft/WSL/issues/327)
15
16
- **fixinbound** / **fixedinNNNN** – The bug or feature request originally submitted has been addressed in whole or in part. Related or ongoing bug or feature gaps should be opened as a new issue submission if one does not already exist.
17
@@ -20,12 +19,13 @@ This is your best ways to interact directly with the Windows Subsystem for Linux
19
20
- **need-repro** – The issue submission is missing fields from the issue [template](https://github.com/Microsoft/WSL/blob/master/ISSUE_TEMPLATE.md), cannot be reproduced with the information provided, or is not actionable.
21
23
-- **discussion** / **question** – Submissions which are not a bug report or feature request.
24
- - Example: Windows Subsystem for Linux is not open source [(#178)](https://github.com/Microsoft/WSL/issues/178)
22
+- **discussion** / **question** – Submissions which are not a bug report or feature request. Example: Windows Subsystem for Linux is not open source [(#178)](https://github.com/Microsoft/WSL/issues/178)
23
24
- **bydesign** / **linux-behavior** – Denotes that an issue that is considered working as intended or would behave analogously on a native Linux kernel.
25
28
-- **console** – The submission should be directed to the [console issue tracker](https://github.com/microsoft/console/issues)
26
+- **console** – The submission should be directed to the [console issue tracker](https://github.com/microsoft/console/issues).
27
+
28
+- **documentation** – The submission should be directed to the [WSL documentation issue tracker](https://github.com/MicrosoftDocs/WSL).
29
30
- **wsl2** - The issue relates specifically to WSL 2.
31