github.com/mweagle/Sparta@v1.15.0/docs_source/static/presentations/reveal.js-3.9.2/CONTRIBUTING.md (about) 1 ## Contributing 2 3 Please keep the [issue tracker](http://github.com/hakimel/reveal.js/issues) limited to **bug reports**, **feature requests** and **pull requests**. 4 5 6 ### Personal Support 7 If you have personal support or setup questions the best place to ask those are [StackOverflow](http://stackoverflow.com/questions/tagged/reveal.js). 8 9 10 ### Bug Reports 11 When reporting a bug make sure to include information about which browser and operating system you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample presentation where the bug can be tested. 12 13 14 ### Pull Requests 15 - Should follow the coding style of the file you work in, most importantly: 16 - Tabs to indent 17 - Single-quoted strings 18 - Should be made towards the **dev branch** 19 - Should be submitted from a feature/topic branch (not your master) 20 21 22 ### Plugins 23 Please do not submit plugins as pull requests. They should be maintained in their own separate repository. More information here: https://github.com/hakimel/reveal.js/wiki/Plugin-Guidelines