Skip to content

Instantly share code, notes, and snippets.

@srdjanRakic
Last active February 5, 2020 12:47
Show Gist options
  • Save srdjanRakic/8bcc4ac84feb56262e652efb43df1426 to your computer and use it in GitHub Desktop.
Save srdjanRakic/8bcc4ac84feb56262e652efb43df1426 to your computer and use it in GitHub Desktop.

<gitlab issue id>/<type>/<name>

<gitlab issue id>

Issue id generated by Github/GitLab.

<type>

bug       - Code changes linked to a known issue
feature   - New feature
change    - Change on existing feature/functionality
hotfix    - Quick fixes to the codebase
junk      - Experiments (will never be merged)
chore     - (updating webpack, build tasks, npm libs etc, no production code change)

<name>

Always use dashes to seperate words, and keep it short.

Examples

23/feature/master-account
23/hotfix/dockerfile-base-image
23/bug/login-ie11-bug

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment