streamich/git-cz

Semantic branch names

オープン

#193 opened on 2020/07/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (111 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,872 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド