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:
2023-08-19 22:36:10 +03:00
parent 7ef777bb2b
commit b07d9aaaa4
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ Resultium commit standardization library
## Getting started
1. Make changes to your git initialized project
2. Run `rcz` in the root directory
2. Run `rcz commit` in the root directory
3. Answer all the questions
4. Push to remote

View File

@@ -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",