File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ Thanks for your PR, you're awesome! 👍
2
+
3
+ Please ensure you have read the [ Contributing code] ( https://github.com/trpc-group/trpc-go/blob/main/CONTRIBUTING.md#contributing-code ) .
4
+
5
+ The PR title should be formatted as follows: ` client: remove internal info `
6
+ - The package name goes before the colon
7
+ - The part after the colon uses the verb tense + phrase that completes the blank in,
8
+ "This change modifies tRPC-Go to ___________ "
9
+ - Lowercase verb after the colon
10
+ - No trailing period
11
+ - Keep the title as short as possible. ideally under 76 characters or shorter.
12
+
13
+ Delete these instructions once you have read and applied them.
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ The [benchstat](https://godoc.org/golang.org/x/perf/cmd/benchstat) tool is conve
99
99
The special notation "Fixes #12345 " associates the change with issue 12345 in the tRPC-Go issue tracker.
100
100
When this change is eventually applied, the issue tracker will automatically mark the issue as fixed.
101
101
102
+ - If there is a corresponding issue, add either ` Fixes #12345 ` or ` Updates #12345 ` (the latter if this is not a complete fix) to this comment
103
+ - If referring to a repo other than ` trpc-go ` you can use the ` owner/repo#issue_number ` syntax: ` Fixes trpc-group/tnet#12345 `
104
+
102
105
103
106
## Miscellaneous topics
104
107
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ tRPC-Go 中的提交消息遵循一套特定的约定,我们将在本节中讨
91
91
特殊表示法 "Fixes #12345 " 将变更与 tRPC-Go issue 跟踪器中的 issue 12345关联。
92
92
当此变更最终应用时,issue 跟踪器将自动将该 issue 标记为已修复。
93
93
94
+ - 如果有相关 issue,请在此评论中添加 ` Fixes #12345 ` 或` Updates #12345 ` (如果这不是完整的修复)
95
+ - 如果涉及到的仓库不是 ` trpc-go ` ,则可以使用 ` owner/repo#issue_number ` 语法:` Fixes trpc-group/tnet#12345 `
96
+
94
97
## 其他主题
95
98
96
99
### 版权声明
You can’t perform that action at this time.
0 commit comments