Skip to content

Instantly share code, notes, and snippets.

@angrytoast
Created April 27, 2015 23:49
Show Gist options
  • Select an option

  • Save angrytoast/cd8147d7e4463e4686ce to your computer and use it in GitHub Desktop.

Select an option

Save angrytoast/cd8147d7e4463e4686ce to your computer and use it in GitHub Desktop.
Pull Request Template Bookmarklet
javascript:(function() {var e = jQuery('[id^=pull_request_body]');if (e.length) {e.val('## What? Why?\nWhat was changed. Why did are we making this change?\n\n## Release Notes\n- Description text for the weekly report.\n- Description text for the weekly report.\n\n## Deployment Steps\nWhat needs to be done on day of launch.\n\n## Please Review\n- [ ] @REVIEWER');}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment