Thank you for considering contributing to Sonivox!
We do not allow merge requests into the master branch directly. Please follow these steps:
- Fork (and clone) the repository. If you already had a fork from previous contributions, then sync your fork from time to time.
- Create a new branch from
develfor your changes. - Open an issue describing the contributions you plan to make.
- Make your changes and commit them with clear commit messages.
- Open a pull request to merge your changes into the
develbranch.
- Follow the existing coding style.
- Write clear and concise commit messages.
- Ensure your code passes all tests.
When opening a pull request, please:
- Describe the changes you've made.
- Link to the issue describing your contributions.
- Ensure your code follows the contribution guidelines.