Created
April 27, 2015 23:49
-
-
Save angrytoast/cd8147d7e4463e4686ce to your computer and use it in GitHub Desktop.
Pull Request Template 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 = 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