Minor edits and added expected behavior.
Russ Alexander committed
Jul 12, 2016 at 09:42 UTC
9e9879ff957ec6e0561f093b07b3972af155f1a6
1 file changed
+8
-6
CONTRIBUTING.md
+8
-6
@@ -31,7 +31,7 @@ Microsoft Windows [Version 10.0.14385]
31
32
`Microsoft Windows [Version 10.0.14385]`
33
34
-###4) All commands required to reproduce the error
34
+###4) Steps required to reproduce
35
36
Should include all packages and environmental variables as well as other required configuration.
37
@@ -50,7 +50,11 @@ traceroute to www.microsoft.com (23.75.239.28), 30 hops max, 60 byte packets
50
setsockopt IP_MTU_DISCOVER: Invalid argument
51
```
52
53
-###6) Strace of the failing command
53
+###6) Expected Behavior
54
+
55
+What was the expected result of the command? Include examples / documentation if possible.
56
+
57
+###7) Strace of the failing command
58
59
Run the failing command under [strace] (http://manpages.ubuntu.com/manpages/wily/man1/strace.1.html). Normal command structure is:
60
@@ -74,7 +78,7 @@ access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
78
...
79
```
80
77
-###7) Additional information
81
+###8) Additional information
82
83
Some bugs require additional information such as scripts to reproduce. Please add to this section.
84
@@ -90,7 +94,7 @@ Additional strace logs if the error occurs within a fork. The following command
94
$ strace -ff -o <outputfile> <command>
95
```
96
93
-###8) Detailed Logs
97
+###9) Detailed Logs
98
Some bugs will require more detailed logs to help determine the cause. There is a CMD command to start detailed logging and another to stop. The logs are generated locally into the working directory.
99
100
####Start
@@ -104,8 +108,6 @@ Some bugs will require more detailed logs to help determine the cause. There is
108
109
####Stop
110
107
-(example runs in the C:\temp directory)
108
-
111
```
112
>logman stop lxcore_kernel -ets
113
>logman stop lxcore_adss -ets