fossasia-22-renode/.github/CONTRIBUTING.md

22 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

## Contributing
2021-11-15 08:50:46 +00:00
Please keep the [issue tracker](https://github.com/hakimel/reveal.js/issues) limited to **bug reports**.
2021-11-15 08:50:46 +00:00
### General Questions and Support
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.
2013-12-20 09:03:07 +00:00
### Bug Reports
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.
### Pull Requests
2021-11-15 08:50:46 +00:00
- Should be submitted from a feature/topic branch (not your master)
- Should follow the coding style of the file you work in, most importantly:
- Tabs to indent
- Single-quoted strings
2015-03-13 09:05:41 +00:00
### Plugins
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