Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 806 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (24 loc) · 806 Bytes

Contributing

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.