Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 556 Bytes

File metadata and controls

24 lines (16 loc) · 556 Bytes

Contributing to Werk24 Python Client

We appreciate your interest in improving the Werk24 Python Client!

Getting Started

  • Fork this repository.
  • Create a feature branch: git checkout -b feature-name.
  • Install dependencies: pip install -r requirements.txt.

Testing

  • Ensure all tests run successfully:
    pytest

Pull Requests

  • Describe the motivation and impact of your changes.
  • Reference any relevant issues.
  • The team will review your contribution as soon as possible.

Thank you for helping make Werk24 better!