aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-10-10 08:14:05 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-10-10 08:14:05 -0400
commit9a7fbd6cd1e091d01c10a5088f6f90723a0c2053 (patch)
tree4a1fb122b89bcf55d9d6cfdf8ac2206edc6c6802
parent059311923bacc80e03393ac7d7aa2be7b8ac6fc4 (diff)
parent9cf7de54b8fb6bdad1342d087adfeea94604a674 (diff)
downloadfosdem-2018-presentation-9a7fbd6cd1e091d01c10a5088f6f90723a0c2053.tar
fosdem-2018-presentation-9a7fbd6cd1e091d01c10a5088f6f90723a0c2053.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0715993..6d78ae9 100644
--- a/README.md
+++ b/README.md
@@ -820,6 +820,23 @@ You can change the port by using `grunt serve --port 8001`.
- **lib/** All other third party assets (JavaScript, CSS, fonts)
+### 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.
+
+If you have personal support questions use [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js).
+
+
+#### Pull requests
+
+- Should follow the coding style
+ - 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)
+
## License