Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 417 Bytes

File metadata and controls

15 lines (10 loc) · 417 Bytes

Contributing Guide

Thank you for considering contributing! Please follow these steps:

  1. Fork the repo and clone locally.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit: git commit -m "feat: add new feature"
  4. Push and open a Pull Request.

Please ensure:

  • Code is clean and tested.
  • PR includes a meaningful description.

Thanks for helping us improve!