Skip to content

Instantly share code, notes, and snippets.

@sergigracia
Last active August 29, 2015 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sergigracia/102ae78eb1c101618464 to your computer and use it in GitHub Desktop.
Save sergigracia/102ae78eb1c101618464 to your computer and use it in GitHub Desktop.
PR description generator
/*
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#### :clipboard: Developer checklist\n- [ ] Unit Tests (if necessary)\n- [ ] UI Snapshot Tests (if necessary)\n- [ ] Added accessibility tags to any interactive element\n- [ ] Added reporting for GA (events + screen views) / Errors / Exceptions\n- [ ] Documentation\n\n#### :ghost: GIF\n![]()';}
})();
@masylum
Copy link

masylum commented Jan 26, 2015

I would add #### :family: Dependencies? to list trenecitos, and backend/frontend/puppet dependencies

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