Before submitting contributions to this repository, please reach out to Deepgram Support for more details on self-hosting Deepgram.
- Fork this repository on GitHub.
- Clone/fetch your fork to your local development machine.
- Create a new branch (e.g.
issue-12
,feat.add_foo
, etc) and check it out. - Make your changes and commit them. (Did the tests pass? No linting errors?)
- Push your new branch to your fork. (e.g.
git push myname issue-12
) - Open a Pull Request from your new branch to the original fork's
main
branch.