-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.1.0
- Loading branch information
Showing
59 changed files
with
770 additions
and
1,496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Questions | ||
about: questions or inquiries about the project | ||
title: "question: affected/package: " | ||
labels: question | ||
--- | ||
|
||
### Preliminary Research | ||
|
||
<!-- | ||
Please confirm the following before submitting your issue. Thanks! | ||
--> | ||
|
||
- [ ] I have read the project's documentation. | ||
- [ ] I have searched [existing issues](https://github.com/trpc-group/trpc-go/issues) for similar questions to see if my question has already been addressed. | ||
|
||
### Question | ||
|
||
<!-- | ||
Ask your question or describe the issue you're facing. Be as clear and concise as possible. | ||
--> | ||
|
||
### Additional Information | ||
|
||
<!-- | ||
If applicable, provide any additional information that may help clarify your question or inquiry. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!-- Thanks for your PR, you're awesome! 👍 | ||
Please ensure you have read the [Contributing code](https://github.com/trpc-group/trpc-go/blob/main/CONTRIBUTING.md#contributing-code). | ||
The PR title should be formatted as follows: `client: remove internal info` | ||
- The package name goes before the colon | ||
- The part after the colon uses the verb tense + phrase that completes the blank in, | ||
"This change modifies tRPC-Go to ___________" | ||
- Lowercase verb after the colon | ||
- No trailing period | ||
- Keep the title as short as possible. ideally under 76 characters or shorter. | ||
Add one of the following type of label: | ||
type/bug: Fixes a newly discovered bug. | ||
type/enhancement: Adding tests, refactoring. | ||
type/feature: New functionality. | ||
type/documentation: Adds documentation. | ||
Optionally add any of the following type of label if applicable: | ||
type/api-change: Adds, removes, or changes an API. | ||
type/failing-test: CI test case is showing intermittent failures. | ||
type/performance: Changes that improves performance. | ||
type/ci: Changes the CI configuration files and scripts. | ||
--> | ||
|
||
<!-- | ||
*Automatically closes linked issue when PR is merged. | ||
Usage: `Fixes #<issue number>`. | ||
--> | ||
Fixes # | ||
|
||
<!-- | ||
Does this PR introduce a user-facing change? | ||
If no, just write "NONE" below. | ||
If yes, a release note is required, Enter your extended release note below. | ||
A release note needs a clear, concise description of the change. | ||
--> | ||
RELEASE NOTES: NONE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage | ||
precision: 5 | ||
range: | ||
- 85.0 | ||
- 90.0 | ||
status: | ||
project: | ||
default: | ||
branches: | ||
- ^main$ | ||
target: 85.0 # the minimum coverage ratio that the commit must meet to be considered a success. | ||
threshold: 1% # allow the coverage to drop by X%, and posting a success status. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.