Skip to content

Instantly share code, notes, and snippets.

@Krettis
Created May 5, 2015 12:02
Show Gist options
  • Save Krettis/e5bcf4d6480a780438cc to your computer and use it in GitHub Desktop.
Save Krettis/e5bcf4d6480a780438cc to your computer and use it in GitHub Desktop.
commit prefix format
Prefix commits
PRJ-P-G04
- Two / Three letter shortname of project
dash
- Type of commmit
- A : api breaking (first number of your semversion)
- F : feature (second number of your semversion)
- P : patch (third number of your semversion)
- H : hotfix (third number of your semversion)
dash
Letter of site where the issue is coming from; G = Github, B = Bitbucket
Number of issue
Results in
PRJPG04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment