Skip to content

Instantly share code, notes, and snippets.

@angrytoast
Last active August 29, 2015 14:00
Show Gist options
  • Save angrytoast/11274726 to your computer and use it in GitHub Desktop.
Save angrytoast/11274726 to your computer and use it in GitHub Desktop.
github 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\n## Release Notes\n- Description text for the weekly report.\n- Description text for the weekly report.\n\n\n## Deployment Steps\nWhat needs to be done on day of launch.');}})();
@doublejosh
Copy link

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\n## Release Notes\n* Description text for the weekly report.\n* Description text for the weekly report.\n\n\n## Deployment Steps\n* [ ] What needs to be done on day of launch.');}})();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment