Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 397 Bytes

File metadata and controls

17 lines (13 loc) · 397 Bytes

Contributing to DevTrack SDK

Thank you for contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature-x)
  3. Write your code and tests
  4. Run pytest to ensure everything passes
  5. Open a pull request

Code Standards

  • Use black, flake8, and isort
  • Tests should cover core logic
  • Keep middleware non-blocking

Happy contributing!