Skip to content

Instantly share code, notes, and snippets.

@DennisOng
Created December 8, 2017 05:22
Show Gist options
  • Select an option

  • Save DennisOng/6d6bd827965e836285b58da8ea6e746d to your computer and use it in GitHub Desktop.

Select an option

Save DennisOng/6d6bd827965e836285b58da8ea6e746d to your computer and use it in GitHub Desktop.
javascript:(function(){var descTitle='h2. Description\n'; var desc = document.getElementById('description'); desc.value=descTitle+desc.value+"\n\nh2. Outcomes\n\nh2. To do \n_(mark items with: (x) incomplete - (?) addressed by dev, requires review - (/) complete)_\n(x) investigate and ballpark\n(x) breakdown dev items under implementation \n(x) notify PM\n(x) client approval\n(x) implementation\n - (x) {color:red}Dev to add development steps here{color}\n - (x) ...\n - (x) Dev to update testing notes\n\n(x) Dev to update confluence if necessary \n(x) test\n(x) client approval\n(x) LIVE \n\n h2. Testing Notes\n\nh2. Deployment notes";desc.focus();desc.setSelectionRange(descTitle.length,descTitle.length)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment