Skip to content

Instantly share code, notes, and snippets.

View pascaldevink's full-sized avatar
💭
Recruiters: stop looking at my profile

Pascal de Vink pascaldevink

💭
Recruiters: stop looking at my profile
View GitHub Profile
@pascaldevink
pascaldevink / .git-commit-template.txt
Last active March 11, 2016 09:13 — forked from adeekshith/.git-commit-template.txt
A Git commit template to make it easy to enforce a good and uniform commit message style across teams.
# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23