Created
April 24, 2018 09:17
-
-
Save vinitkumar/babd49804cd66b97b6734d773bebb70e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# format for commit message headline | |
# <type>(<scope>): <subject> | |
# <BLANK LINE> | |
# <body> | |
# <BLANK LINE> | |
# <footer> | |
# feature|fix|docs|style|refactor|perf|test|chore(app_name): subject | |
# Body | |
# Any references to tickets, articles etc? | |
- Github Issue: | |
- Trello Ticket: | |
# Reported-by: Aashish Sangle <[email protected]> | |
# Reported-by: Robert Korteland <[email protected]> | |
# Reported-by: Jos Van Velzen <[email protected]> | |
# Reported-by: Marieke <[email protected]> | |
# Reported-by: Edwin <[email protected]> | |
Signed-off-by: Vinit Kumar <[email protected]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment