Skip to content

Instantly share code, notes, and snippets.

@halhenke
Created September 10, 2015 09:04
Show Gist options
  • Save halhenke/c87ef6b681386e0471a6 to your computer and use it in GitHub Desktop.
Save halhenke/c87ef6b681386e0471a6 to your computer and use it in GitHub Desktop.
From http://nerds.airbnb.com/github-pull-request-bookmarklet/ AirBNB Pull Request Template Bookmarklet
javascript:(function() {var e = document.getElementById('pull_request_body');if (e) {e.value += '# What? Why?\n\n\n# How was it tested?\n\n\ncc project_narhwal @mLewisLogic @clizzin @Raphomet @LogicWolfe';}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment