Closed davidvonthenen closed 4 months ago
[!WARNING]
Rate limit exceeded
@dvonthenen has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 13 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between db548278f93a9077a50ec09046dbb34c3381e027 and 71ee4e01779e2d557c1816307d29b8e24b38b115.
The recent changes involve updating documentation files within the repository to improve clarity, structure, and consistency. Significant alterations include refinements to guides on code contributions, GitHub workflow, and conduct. Additionally, the README.md file was reorganized for better readability, and some function names in the source code were modified for clarity.
File | Change Summary |
---|---|
.github/CODE_CONTRIBUTIONS_GUIDE.md |
Added a comprehensive guide on contributing to the Go SDK project, from setup to GitHub workflow. |
.github/CODE_OF_CONDUCT.md |
Refined heading levels, enforcement guidelines, and overall document structure for better clarity. |
.github/CONTRIBUTING.md |
Reorganized content structure, added a section on submission prerequisites, and refined contribution process steps. |
.github/GITHUB_WORKFLOW.md |
Added detailed guide to GitHub workflow, emphasizing best practices like preferring rebase over git pull. |
README.md |
Refactored quickstart sections, distinguishing between live/streaming audio and pre-recorded audio processing. |
.github/BRANCH_AND_RELEASE_PROCESS.md |
Introduced a hybrid branching strategy combining GitHub Flow and Git Flow to facilitate collaboration and CI/CD adoption. |
src/deepgram.go , src/speak.go |
Renamed functions for clarity, e.g., client.NewWithDefaults() to client.NewRESTWithDefaults() . |
Silently ignoring generating this section.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Proposed changes
This PR explicitly (and hopefully without any ambiguity) defines:
CONTRIBUTING.md
landing page to include references to the following pages below:CODE_CONTRIBUTIONS_GUIDE.md
describes how someone can setup their environment/laptop/desktop for this project to contributeGITHUB_WORKFLOW.md
describes the code contribution workflow for ALL individuals (admin, project maintainer, any Deepgram employee contributor, 3rd party/external contributor, etc). We all follow the same process.BRANCH_AND_RELEASE_PROCESS.md
describes the branch and release process for this projectOther fixes:
CODE_OF_CONDUCT.md
had a number of markdown errors being flagged by the markdown linterTypes of changes
What types of changes does your code introduce to the community Go SDK? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
NA
Summary by CodeRabbit
Documentation
New Features