Skip to content

Instantly share code, notes, and snippets.

@charrisbc
Created July 22, 2015 14:15
Show Gist options
  • Save charrisbc/05b49f9c53b4e24cb003 to your computer and use it in GitHub Desktop.
Save charrisbc/05b49f9c53b4e24cb003 to your computer and use it in GitHub Desktop.
PR filler bookmarklet
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