Update CONTRIBUTING.md
Jack Hammons committed
Jul 11, 2016 at 16:22 UTC
d5bb5747d3b20ff6d437859910a503ce32232ff9
1 file changed
+6
-6
CONTRIBUTING.md
+6
-6
@@ -5,7 +5,7 @@ A well written bug will follow the template:
5
6
A title succinctly describing the issue.
7
8
-####Example
8
+####Example:
9
10
`Traceroute not working.`
11
@@ -14,7 +14,7 @@ A title succinctly describing the issue.
14
15
A brief description of what you are attemping to run.
16
17
-####Example
17
+####Example:
18
19
`IP_MTU_DISCOVER error when running traceroute.`
20
@@ -27,7 +27,7 @@ C:\>ver
27
Microsoft Windows [Version 10.0.14385]
28
```
29
30
-####Example
30
+####Example:
31
32
`Microsoft Windows [Version 10.0.14385]`
33
@@ -35,14 +35,14 @@ Microsoft Windows [Version 10.0.14385]
35
36
Should include all packages and environmental variables as well as other required configuration.
37
38
-####Example
38
+####Example:
39
40
`$ sudo apt-get install traceroute`
41
`$ traceroute www.microsoft.com`
42
43
###5) Copy of the terminal output
44
45
-####Example
45
+####Example:
46
47
```
48
russ@RUSSALEX-BOOK:/mnt/c$ traceroute www.microsoft.com
@@ -60,7 +60,7 @@ $ strace <command>
60
61
Strace can produce a very long output. If this is more than about 20 lines please paste this into [Gist](https://gist.github.com/) or another paste service and link in the bug.
62
63
-####Example
63
+####Example:
64
65
```
66
russ@RUSSALEX-BOOK:/mnt/c$ strace traceroute www.microsoft.com