Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 463 Bytes

File metadata and controls

13 lines (10 loc) · 463 Bytes

Contributing to this project

  1. Fork this repository
  2. Create a feature branch (git checkout -b feat/your-feature)
  3. Write tests for your changes
  4. Ensure all tests pass (pytest -v or npm test)
  5. Ensure linter passes (ruff check . for Python)
  6. Commit with a descriptive message
  7. Open a Pull Request

By contributing, you agree that your contributions will be licensed under the MIT License.

Built by TechKnowMad Labs