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.
- Create a new branch from
devel
for 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
devel
branch.
- 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.