Update troubleshooting.md #9
Open
Daeuniverse Governor Staging / Daeuniverse Governor Staging / validate_pr_title
failed
Jan 13, 2024
Validate PR title
Summary
The current PR title is invalid.
A valid PR title should stick to the following format. Please take a look and get it fixed. After wards, I will validate it for you again.
Format
<type>(<scope>): <subject>
<scope> is optional
Examples
Single type
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: <fix,feat,feature,patch,hotfix,ci,optimize,refactor,style,doc,docs,mock,fixture,chore,test,api>.
Multiple types
patch/optimize(ebpf): refine hat wobble
^------------^ ^__^ ^---------------^
| | |
| | +-> Summary in present tense.
| |
| +-> Scope of the proposed changes.
|
+-------> Type: <fix,feat,feature,patch,hotfix,ci,optimize,refactor,style,doc,docs,mock,fixture,chore,test,api>.
Loading