Skip to content

Instantly share code, notes, and snippets.

@joshuacc
Created March 14, 2012 13:40
Show Gist options
  • Save joshuacc/2036543 to your computer and use it in GitHub Desktop.
Save joshuacc/2036543 to your computer and use it in GitHub Desktop.
Scrum snippet for Sublime Text 2
<snippet>
<content><![CDATA[
Josh's Update ${1:DATE}
===========================
<< Previous
+ ${2}
Today >>
+ ${3}
[ blockers ]
+ ${0:None}
]]></content>
<tabTrigger>scrum</tabTrigger>
</snippet>
@joshuacc
Copy link
Author

To install this snippet:

  1. Go to Tools > New Snippet.
  2. Paste this in and change the text to be your name rather than mine. :-)
  3. Save the snippet as scrum.sublime-snippet

Now type "scrum" and hit tab. You can continue to use tab to move to the next insertion point in the scrum template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment