Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update troubleshooting.md #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update troubleshooting.md

71ed34e
Select commit
Loading
Failed to load commit list.
Open

Update troubleshooting.md #9

Update troubleshooting.md
71ed34e
Select commit
Loading
Failed to load commit list.
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>.