Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 616 Bytes

Contributing Guidelines

Before submitting contributions to this repository, please reach out to Deepgram Support for more details on self-hosting Deepgram.

How To

  1. Fork this repository on GitHub.
  2. Clone/fetch your fork to your local development machine.
  3. Create a new branch (e.g. issue-12, feat.add_foo, etc) and check it out.
  4. Make your changes and commit them. (Did the tests pass? No linting errors?)
  5. Push your new branch to your fork. (e.g. git push myname issue-12)
  6. Open a Pull Request from your new branch to the original fork's main branch.