Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Good
Please ensure you adhere to every item in this list.
<type>[optional scope]: <description>
For example,fix(os/gtime): fix time zone issue
<type>
is mandatory and can be one offix
,feat
,build
,ci
,docs
,style
,refactor
,perf
,test
,chore
<type>
, specify the affected package name or scope in parentheses, for example,(os/gtime)
.Fixes #1234
orUpdates #1234
(the latter if this is not a complete fix) to this comment
提交前请遵守每个事项,感谢!
<类型>[可选 范围]: <描述>
例如fix(os/gtime): fix time zone issue
<类型>
是必须的,可以是fix
、feat
、build
、ci
、docs
、style
、refactor
、perf
、test
、chore
中的一个<类型>
后在括号中填写受影响的包名或范围,例如(os/gtime)
Fixes #1234
,如果不是完全修复则添加Updates #1234