commitizen / commitizen/cz-cli
Feature request: Option to change the format of the scope
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 17.5k
- Fork
- 566
- Merge trung bình
- 8 giờ 16 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
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`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.