Created
March 14, 2012 13:40
-
-
Save joshuacc/2036543 to your computer and use it in GitHub Desktop.
Scrum snippet for Sublime Text 2
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[ | |
Josh's Update ${1:DATE} | |
=========================== | |
<< Previous | |
+ ${2} | |
Today >> | |
+ ${3} | |
[ blockers ] | |
+ ${0:None} | |
]]></content> | |
<tabTrigger>scrum</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To install this snippet:
Now type "scrum" and hit tab. You can continue to use tab to move to the next insertion point in the scrum template.