Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 265 Bytes

File metadata and controls

8 lines (7 loc) · 265 Bytes

Contributing to DeepSeek Wrapper

  • Use feature branches and descriptive PRs
  • Run pre-commit before pushing
  • Write unit tests for new features
  • Document public APIs and config
  • File issues for bugs/feature requests
  • Respect code style (black, isort, flake8)