1## Contributing
2
3Please 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
7If 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
11When 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
23Please 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
24