You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To contribute to this Repo, you can do the following:
4
+
5
+
1.[Join our slack community](https://dlthub.com/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.
6
+
2. Fork this repo and check it out
7
+
3. Install all dependencies with `make dev` (you will need poetry for dependency management)
8
+
4. Run the fast tests to verify that all is properly installed with `make test-fast`
9
+
5. Do you code changes, write new tests if you add new features.
10
+
6. Format and lint with `make format` and `make lint`
0 commit comments