Created
July 22, 2015 14:15
-
-
Save charrisbc/05b49f9c53b4e24cb003 to your computer and use it in GitHub Desktop.
PR filler bookmarklet
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 e=document.getElementsByName("pull_request[body]")[0];if(e){if(e.value!==""){e.value+="\n\n"}var t=document.getElementById("pull_request_title");if(t){var n=t.value.split(":")[0]}if(n){e.value+="Jira: ["+n+"](https://jira.bigcommerce.com/browse/"+n+")\n\n"}e.value+="## What? Why?\n\n\n## Additional Deploy Steps?\nNone\n\n\n## How was it tested?\n\n\n"}})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment