commitizen / commitizen/cz-cli

Feature request: Option to change the format of the scope

Open
#936 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17.5k
Forks
566
Avg merge
8h 16m
Merged PRs (30d)
1

Description

By default it would look something this:
`feat(TI-05): ✨ added the new blocks container`

However how i need it is like this:
`feat: TI-05 - added the new blocks container`

is it possible to add a option to determine the scope, something like this:
```json
{
scopeFormat: "(scope):" // would be the default
}
```
but by changing this to this:
```json
{
scopeFormat: " :scope" // would be the default
}
```
would result in: `feat: TI-05 - added the new blocks container`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.