aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-10-22 08:33:39 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-10-22 08:33:39 -0400
commit9da2921b7452204b99cd1b3e448e22735f16c751 (patch)
tree42dc06420c80bdf108f6bfa0a10c1d625735432c
parente84a07cb78fb648e9e1c87955f07b37e59638d30 (diff)
downloadfreenode-live-2017-presentation-9da2921b7452204b99cd1b3e448e22735f16c751.tar
freenode-live-2017-presentation-9da2921b7452204b99cd1b3e448e22735f16c751.tar.gz
readme tweak #660
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2e8fe7f..c521b90 100644
--- 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)