Update CONTRIBUTING.md (#6819)
I-CAT committed
May 7, 2021 at 12:13 UTC
2f6919ea8eaf62802cc87501f2a08ded72d8c7d9
1 file changed
+16
-8
CONTRIBUTING.md
+16
-8
@@ -16,27 +16,35 @@ A title succinctly describing the issue.
16
`Traceroute not working.`
17
18
### 2) Windows version / build number
19
-Your Windows build number. This can be gathered from the CMD prompt using the `ver` command.
19
+Your Windows build number. This can be gathered from the CMD prompt using the `cmd.exe --version` command.
20
21
-```
22
-C:\> ver
23
-Microsoft Windows [Version 10.0.14385]
21
+```cmd.exe
22
+C:\ cmd.exe --version
23
+Microsoft Windows [Version 10.0.21354.1]
24
```
25
26
-Note: The Windows Insider builds contain many updates and fixes. If you are running on the Creators Update (10.0.15063) please check to see if your issue has been resolved in a later build. If you are running on the Anniversary Update (10.0.14393), please try updating to the Creators Update.
26
+Note: The Windows Insider builds contain many updates and fixes. If you are running on the Creators Update (10.0.15063) please check to see if your issue has been resolved in a later build. If you are running on a Version below (10.0.14393), please try to update your Version.
27
28
#### Example:
29
30
-`Microsoft Windows [Version 10.0.16170]`
30
+`Microsoft Windows [Version 10.0.21354.1]`
31
32
### 3) Steps required to reproduce
33
34
Should include all packages and environmental variables as well as other required configuration.
35
36
-#### Example:
36
+#### Example: On linux
37
38
`$ sudo apt-get install traceroute && traceroute www.microsoft.com`
39
40
+#### Example: On Windows
41
+
42
+``
43
+`$ cmd.exe`
44
+`CD C:\Windows\System32\`
45
+`tracert.exe`
46
+``
47
+
48
### 4) Copy of the terminal output
49
50
#### Example:
@@ -178,4 +186,4 @@ Once the log collection is started, reproduce the problem, and run:
186
$ wpr -stop wsl.etl
187
```
188
181
-This will stop the log collection and create a file named `wsl.etl` that will capture diagnostics information.
\ No newline at end of file
189
+This will stop the log collection and create a file named `wsl.etl` that will capture diagnostics information.