Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 667 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 667 Bytes

Contributing to dlt-init-openapi

To contribute to this Repo, you can do the following:

  1. Join our slack community and talk to us so if you want to extend dlt-init-openapi. Until we have a more comprehensive contribution guide, we're happy to help you get started there.
  2. Fork this repo and check it out
  3. Install all dependencies with make dev (you will need poetry for dependency management)
  4. Run the fast tests to verify that all is properly installed with make test-fast
  5. Do you code changes, write new tests if you add new features.
  6. Format and lint with make format and make lint
  7. Create a PR to this repo.