Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PrefixOrder = []string{
"feat",
"update",
"fix",
"refactor",
"docs",
"test",
"clean",
"chore",
}
PrefixOrder is order prefix string
View Source
var PrefixTitle = map[string]string{
"feat": "Features",
"update": "Updates",
"fix": "Bug Fixed",
"docs": "Documents",
"refactor": "Refactorings",
"test": "Tests",
"clean": "Clean up",
"chore": "Other",
}
PrefixTitle ref: prefix: https://github.com/tricot-inc/kamui/blob/main/CONTRIBUTING.md#type
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.