Created
December 8, 2017 05:22
-
-
Save DennisOng/6d6bd827965e836285b58da8ea6e746d to your computer and use it in GitHub Desktop.
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
| 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