Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

File metadata and controls

14 lines (11 loc) · 450 Bytes

Contributing

  1. Fork the repo and create a branch: git checkout -b feat/your-feature
  2. Make changes — follow existing code style
  3. Test your changes locally
  4. Submit a pull request with a clear description

Issues

Open an issue first for major changes. Bug fixes and small improvements can go straight to PR.

Code Style

  • Keep it simple and readable
  • Comment non-obvious logic
  • No external dependencies unless absolutely necessary