Dejvino
d3771ec49d
Last commit: commit e1c180565e48ae1b595f44edef319872262a99c7 Merge: b8d97d2 f2b0316 Author: Hakim El Hattab <hakim.elhattab@gmail.com> Date: Wed Aug 9 15:17:25 2023 +0200 Merge pull request #3445 from t-fritsch/fix-scss-watch-tasks fix scss watch tasks broken on syntax error
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
## Contributing
|
|
Please keep the [issue tracker](https://github.com/hakimel/reveal.js/issues) limited to **bug reports**.
|
|
|
|
|
|
### 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.
|
|
|
|
|
|
### 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
|
|
- 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
|
|
|
|
|
|
### 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
|