Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 812 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 812 Bytes

Contributing to Sonivox

Thank you for considering contributing to Sonivox!

Workflow

We do not allow merge requests into the master branch directly. Please follow these steps:

  1. Fork (and clone) the repository.
  2. Create a new branch from devel for your changes.
  3. Open an issue describing the contributions you plan to make.
  4. Make your changes and commit them with clear commit messages.
  5. Open a pull request to merge your changes into the devel branch.

Coding Standards

  • Follow the existing coding style.
  • Write clear and concise commit messages.
  • Ensure your code passes all tests.

Pull Requests

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.