Closed davidvonthenen closed 9 months ago
The updates span across various configuration, documentation, and source code files, focusing on enhancing clarity, usability, and functionality. Notable improvements include textual refinements in community guidelines, more detailed issue and pull request templates, an expanded CI workflow, and code adjustments in the .NET SDK for better timeout handling and package identification. These changes collectively aim to streamline contributions, issue reporting, and development processes, making the project more accessible and maintainable.
File(s) | Summary |
---|---|
.github/CODE_OF_CONDUCT.md , .github/CONTRIBUTING.md , .github/ISSUE_TEMPLATE/bug_report.md , .github/ISSUE_TEMPLATE/feature-request.md , .github/PULL_REQUEST_TEMPLATE/pull_request_template.md |
Textual content adjustments for clarity, readability, and additional guidance. |
.github/ISSUE_TEMPLATE/config.yml |
Updated contact link for Deepgram on Twitter. |
.github/workflows/CI.yml |
CI workflow expanded to trigger on main and release-v* branches. |
Deepgram.Tests/.../HttpClientUtilTests.cs |
Added tests for timeout scenarios in HttpClientUtil . |
Deepgram/Deepgram.csproj |
Updated package information for the Deepgram .NET SDK. |
Deepgram/Utilities/HttpClientUtil.cs |
Simplified timeout setting logic in HttpClientUtil . |
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?
Addresses Issue: https://github.com/deepgram/deepgram-dotnet-sdk/issues/196
This match the other repos.
Summary by CodeRabbit
Documentation
New Features
main
andrelease-v*
branches.Tests
HttpClientUtilTests
to verify timeout scenarios.Chores
Deepgram.csproj
including package ID, title, version, authors, and company information.Refactor
HttpClientUtil
.