diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 12:48:48 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 12:48:48 -0400 |
commit | 9cf7de54b8fb6bdad1342d087adfeea94604a674 (patch) | |
tree | d587896348e7f5d0d30752e5cb72da89d049dfec | |
parent | 1fb85d4df6a5b5b971d3a1beaff2a659bab72470 (diff) | |
download | fosdem-2018-presentation-9cf7de54b8fb6bdad1342d087adfeea94604a674.tar fosdem-2018-presentation-9cf7de54b8fb6bdad1342d087adfeea94604a674.tar.gz |
add contribution guidelines
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -788,6 +788,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 |