Skip to content

Instantly share code, notes, and snippets.

@3rn3st0
Last active October 28, 2016 01:56
Show Gist options
  • Save 3rn3st0/a1dedd5b99844c89b0861ffcd83f39b3 to your computer and use it in GitHub Desktop.
Save 3rn3st0/a1dedd5b99844c89b0861ffcd83f39b3 to your computer and use it in GitHub Desktop.
Sublime Text 3 snippet for Git Commit Messages Template
<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