streamich/git-cz

Semantic branch names

Ouverte

#193 ouverte le 17 juil. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)JavaScript (111 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 872 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Add interactive command for creating semantic branch names.

image

Format would be:

<emoji>-<type>/<date>/<name>
  • type is one of

Example:

🔥-hotfix/2020-07-17/broken-db-connection

Command could be:

git-cz b
git-cz branch
  • type and emoji should be customizable.
  • default types are
    • feat
    • fix
    • hotfix
    • release
  • date should be in YYYY-MM-DD format.
  • date could be disabled in config

Guide contributeur