commitizen / commitizen/cz-cli
Feature request: Option to change the format of the scope
オープン
- 主要言語
- JavaScript
- スター
- 17.5k
- フォーク
- 566
- 平均マージ
- 8時間 16分
- マージ済み PR(30日)
- 1
説明
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`
コントリビューションガイド
評価
この issue はまだ評価されていません。