| 1 | ## Contributing |
| 2 | Please keep the [issue tracker](https://github.com/hakimel/reveal.js/issues) limited to **bug reports**. |
| 3 | |
| 4 | |
| 5 | ### General Questions and Support |
| 6 | If you have questions about how to use reveal.js the best place to ask is in the [Discussions](https://github.com/hakimel/reveal.js/discussions). Anything that isn't a bug report should be posted as a dicussion instead. |
| 7 | |
| 8 | |
| 9 | ### Bug Reports |
| 10 | 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. |
| 11 | |
| 12 | |
| 13 | ### Pull Requests |
| 14 | - Should be submitted from a feature/topic branch (not your master) |
| 15 | - Should follow the coding style of the file you work in, most importantly: |
| 16 | - Tabs to indent |
| 17 | - Single-quoted strings |
| 18 | |
| 19 | |
| 20 | ### Plugins |
| 21 | 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 |
| 22 |