refactor: change question formatting, improve readme
remove parenthesis from commit questions and change commit calling command to rcz commit in README
This commit is contained in:
@@ -73,17 +73,17 @@ program
|
||||
{
|
||||
label: "build",
|
||||
value: "build",
|
||||
hint: "changes that affect the build system, configs or external dependencies (e.g. npm, .prettierrc)",
|
||||
hint: "changes that affect the build system, configs or external dependencies",
|
||||
},
|
||||
{
|
||||
label: "ci",
|
||||
value: "ci",
|
||||
hint: "change to CI/CD configurations and scripts (e.g. CircleCI, GitHub workflows)",
|
||||
hint: "change to CI/CD configurations and scripts e.g. CircleCI, GitHub workflows",
|
||||
},
|
||||
{
|
||||
label: "docs",
|
||||
value: "docs",
|
||||
hint: "documentation changes (e.g. README, CHANGELOG)",
|
||||
hint: "documentation changes e.g. README, CHANGELOG",
|
||||
},
|
||||
{
|
||||
label: "perf",
|
||||
|
||||
Reference in New Issue
Block a user