Thank you for your interest in contributing! Your help is essential for keeping this guide accurate and up-to-date.
The easiest way to contribute is by adding or editing the documentation pages. All content is written in Markdown.
- Fork the repository on GitHub.
- Create a new branch for your changes:
git checkout -b feat/add-new-feature-doc. - Make your changes to the relevant
.mdfiles inside thedocs/directory. - Commit your changes with a clear and descriptive message. We follow the Conventional Commits specification.
git commit -m "docs: update guide for audio focus feature" - Push your branch to your fork:
git push origin feat/add-new-feature-doc. - Open a Pull Request from your fork to the main repository.
If you find a typo, outdated information, or have an idea for a new page but don't want to write it yourself, please open an issue on GitHub.
All contributors are expected to adhere to our Code of Conduct.