Contributing

November 4, 2021 ยท View on GitHub

Thank you for considering contributing to the project.

Bug fix

  1. Check for open issues or create a new one.
  2. Fork the repository.
  3. Make your changes.
    • use consistent style
    • use descriptive commit messages
  4. Open a pull request.

Feature implementation

  1. Check the Discussions - Ideas or create a new discussion.
  2. Fork the repository.
  3. Make your changes.
    • use consistent style
    • use descriptive commit messages
    • add Doxygen documentation
    • if applicable add an example
  4. Open a pull request.

Documentation improvement

  1. Fork the repository.
  2. Make your changes.
  3. Open a pull request.