-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflow: add pull request template (#130)
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 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,13 @@ | ||
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. | ||
|
||
Delete these instructions once you have read and applied them. |
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