Skip to content

Contributing

MarkelZ edited this page Dec 11, 2023 · 6 revisions

Thank you for considering contributing to our project!

Ways to Contribute

All forms of contributions are welcome:

  • Bug Reports: Please submit bug reports by creating a new issue in the issue tracker.
  • Code Contributions: Feel free to implement new features or fix bugs. To submit the code, follow the steps in Submitting code contributions.
  • Feature Requests: If you have ideas for new features or improvements, you can open an issue in the issue tracker.
  • Documentation Improvements: If you notice any gaps, inconsistencies, or areas that need improvement in our documentation, you can help by submitting a pull request to update it.

Submitting code contributions

To submit your code, follow these steps:

  1. Fork the repository to your GitHub account.
  2. Create a new branch for your changes.
  3. Make your changes. Try to keep the style consistent with the rest of the code.
  4. Commit the changes.
  5. Push your changes to your fork.
  6. Create a pull request from your branch in your fork to the main branch of our repository.

Thank you for your support!