readme tweak #660
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 22 Oct 2013 12:33:39 +0000 (08:33 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 22 Oct 2013 12:33:39 +0000 (08:33 -0400)
README.md

index 2e8fe7f7847017c23a4f2ffcacd400f43df3da04..c521b905fbeba645adddb7197fa6b478c7f50c44 100644 (file)
--- a/README.md
+++ b/README.md
@@ -790,18 +790,16 @@ You can change the port by using `grunt serve --port 8001`.
 
 ### Contributing
 
-Please keep the [issue tracker](github.com/hakimel/reveal.js/issues) limited to **bug reports**, **feature requests** and **pull requests**. If you are reporting a bug make sure to include information about which browser and operating system you are using as well as the necessary steps to reproduce the issue.
+Please keep the [issue tracker](http://github.com/hakimel/reveal.js/issues) limited to **bug reports**, **feature requests** and **pull requests**. If you are reporting a bug make sure to include information about which browser and operating system you are using as well as the necessary steps to reproduce the issue.
 
 If you have personal support questions use [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js).
 
 
 #### Pull requests
 
-- Should follow the coding style
+- Should follow the coding style of the file you work in, most importantly:
   - Tabs to indent
   - Single-quoted strings
-  - No space between function name and opening argument parenthesis
-  - One space after opening and before closing parenthesis 
 - Should be made towards the **dev branch**
 - Should be submitted from a feature/topic branch (not your master)