commitizen / commitizen/cz-cli

Feature request: Option to change the format of the scope

Abierto
#936 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
17.5k
Forks
566
Merge medio
8 h 16 min
PR fusionados (30 d)
1

Descripción

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`

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.