Thanks for contributing! Please read the following before you submit changes.
- Fork the repository and create a branch:
git checkout -b feat/your-feature - Commit your changes with clear and traceable messages
- Run tests (if any) to ensure nothing breaks
- Open a Pull Request describing the changes, motivation, and impact
- Keep the style consistent and the structure clear
- Use readable and descriptive names
- Add brief comments when necessary
- Do not commit generated binaries or large files
- If you add dependencies or change behavior, call it out in the PR
If you find a bug or have a suggestion, open an issue with repro steps and logs.