diff options
author | olivierbloch | 2013-10-01 14:06:55 -0700 |
---|---|---|
committer | olivierbloch | 2013-10-01 14:06:55 -0700 |
commit | e608dafaf112f1adb2b131f9e390ff19920d791b (patch) | |
tree | c7da74c50d44572b33eeff006d0a7312c1c27fdb /README.md | |
parent | 059311923bacc80e03393ac7d7aa2be7b8ac6fc4 (diff) | |
parent | 27a86d261e9d4c1f2e29b70e6de119b745aed2ec (diff) |
IE11 Support
Added unprefixed touch-action CSS attribute
Added unprefixed pointer events handlers hooks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |