Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 768 Bytes

File metadata and controls

25 lines (16 loc) · 768 Bytes

Contributing Guide

Thanks for contributing! Please read the following before you submit changes.

How to Contribute

  1. Fork the repository and create a branch: git checkout -b feat/your-feature
  2. Commit your changes with clear and traceable messages
  3. Run tests (if any) to ensure nothing breaks
  4. Open a Pull Request describing the changes, motivation, and impact

Code Style

  • Keep the style consistent and the structure clear
  • Use readable and descriptive names
  • Add brief comments when necessary

Submission Requirements

  • Do not commit generated binaries or large files
  • If you add dependencies or change behavior, call it out in the PR

Reporting Issues

If you find a bug or have a suggestion, open an issue with repro steps and logs.