Created
September 10, 2015 09:04
-
-
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
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 = 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