Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 781 Bytes

File metadata and controls

33 lines (22 loc) · 781 Bytes

How to Contribute

Thank you for your interest in contributing to this project!

How to get started

  1. Fork this repository.
  2. Create a branch for your modification:
git checkout -b my-change
  1. Make your modifications.
  2. Submit a pull request detailing your changes.

Opening Issues

  • Report bugs, improvements, or suggestions clearly.
  • Include logs, screenshots, or steps to reproduce them when possible.

Code Standards

  • Prefer modern and clean C/C++ code.
  • Avoid obsolete macros, unnecessary casts, and undocumented code.
  • Comment out complex parts.

Reviewing Pull Requests

  • PRs are welcome! Expect review, suggestions, and discussions.
  • Use the Pull Request template when opening.

Questions?

Open an issue or discuss in the PR.