barelyhuman / barelyhuman/commitlog
Category Labels (RFC)
- Lenguaje dominante
- Go
- Estrellas
- 81
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Needs comments / suggestions on how to handle regex labels for commitlog.
Currently the categorization works in the following way.
Eg: a catg regex like so would produce the labels
```sh
$ commitlog g --categories="feat:,fix:"
```
```md
## feat:
## fix:
```
Though this doesn't make sense when you have really complex regex's handling the categorisation.
So, there needs to be a way to create labels for these category regexes
One possible way is to change the way the flags are parsed and have more than one instance of the flag.
```sh
$ commitlog --category="Features%%feat:" --category="Fixes%%fix:"
```
Considering the chances of `%%` being together in a regex being very rare and also since the logic would only take the first separation to get the `LABEL` everything else would be compiled back as regex.
Guía de contribución
Línea de trabajo
Start by reviewing the current category parsing behind the --categories flag and compare it with the proposed repeated --category form. Define how labels should be separated from complex regexes, then verify that category headings are generated with the requested labels for both simple and complex patterns.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- go
- Área
- cli, tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100