Last active
August 29, 2015 14:00
-
-
Save angrytoast/11274726 to your computer and use it in GitHub Desktop.
github pull request template bookmarklet
This file contains 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 = 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
commented
May 28, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment