To contribute to this Repo, you can do the following:
- 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.
- Fork this repo and check it out
- Install all dependencies with
make dev
(you will need poetry for dependency management) - Run the fast tests to verify that all is properly installed with
make test-fast
- Do you code changes, write new tests if you add new features.
- Format and lint with
make format
andmake lint
- Create a PR to this repo.