Skip to content

Instantly share code, notes, and snippets.

@masylum
Forked from sergigracia/pr-description-generator.js
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masylum/bb78e7d8c65fd513de5d to your computer and use it in GitHub Desktop.
Save masylum/bb78e7d8c65fd513de5d to your computer and use it in GitHub Desktop.
/*
Add this as bookmark in your browser and tap on the bookmark when your are creating a new PR.
Example: http://cl.ly/image/0D1k0d1W1R0Y/Screen%20Shot%202015-01-26%20at%203.57.30%20PM.png
*/
javascript:(function() {
var e = document.getElementById('pull_request_body');
if (e) {e.value +='#### :tophat: What? Why?\n\n\n#### :dart: What should QA test?\n\n\n#### :pushpin: Related tasks?\n\n\n#### :family: Dependencies?\n\n\n#### :clipboard: Subtasks\n- [x]\n- [ ]\n\n\n#### :ghost: GIF\n![]()';}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment