Last active
October 28, 2016 01:56
-
-
Save 3rn3st0/a1dedd5b99844c89b0861ffcd83f39b3 to your computer and use it in GitHub Desktop.
Sublime Text 3 snippet for Git Commit Messages Template
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
<snippet> | |
<content><![CDATA[ | |
${1:Título del comentario} #${2:Issue} (máximo 50 caracteres/línea) | |
${3:Descripción detallada del commit (máximo 72 caracteres/línea)} | |
--- | |
Issue: #${2:Issue} ${4:Verbo (fixed, closed, resolved, hold, etc.)} | |
Status: ${6:En progreso, En desarrollo, Cerrado, Cancelado, Finalizado, Resuelto, etc.} | |
Related: ${7:#s de los issues relacionados (si los hubiera)} | |
]]></content> | |
<tabTrigger>+++</tabTrigger> | |
<description>Smart commit text by 3rn3st0</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment