Browse Source

Update CONTRIBUTING.md

Ashley Mills 8 years ago
parent
commit
f63aa73745
1 changed files with 7 additions and 7 deletions
  1. 7 7
      CONTRIBUTING.md

+ 7 - 7
CONTRIBUTING.md

@@ -1,28 +1,28 @@
 
 
-#Stack Overflow
+# Stack Overflow
 **Stack Overflow** is a fantastic resource for programmers, with many active users who are usually able to answer questions much quicker than I can. 
 **Stack Overflow** is a fantastic resource for programmers, with many active users who are usually able to answer questions much quicker than I can. 
 
 
 [Follow this link](http://stackoverflow.com/questions/ask?tags=reachability%20swift) to ask your question on SO
 [Follow this link](http://stackoverflow.com/questions/ask?tags=reachability%20swift) to ask your question on SO
 
 
-#Raising an issue here
+# Raising an issue here
 
 
-###Has someone else raised the issue?
+### Has someone else raised the issue?
 Check through currently open AND closed issues. If the issue has already been raised, please comment on the existing one.
 Check through currently open AND closed issues. If the issue has already been raised, please comment on the existing one.
 
 
-###It doesn't work
+### It doesn't work
 "It doesn't work" doesn't help anyone solve your problem. What doesn't work?
 "It doesn't work" doesn't help anyone solve your problem. What doesn't work?
 
 
 + It didn't compile?
 + It didn't compile?
 + It crashed?
 + It crashed?
 + It didn't show the correct Reachability state?
 + It didn't show the correct Reachability state?
 
 
-###It won't compile
+### It won't compile
 If it won't compile, what error messages are you seeing? Include the code that's at fault - a screen shot might help here.
 If it won't compile, what error messages are you seeing? Include the code that's at fault - a screen shot might help here.
 
 
-###It crashed
+### It crashed
 If it crashed, include a stack-trace, and the code that's in error.
 If it crashed, include a stack-trace, and the code that's in error.
 
 
-###Other stuff
+### Other stuff
 + What version of Reachability.Swift are you using?
 + What version of Reachability.Swift are you using?
 + How is it installed? Manually, CocoaPods, Carthage?
 + How is it installed? Manually, CocoaPods, Carthage?
 + Does it occur on device or simulator? Which device?
 + Does it occur on device or simulator? Which device?