Skip to content

Instantly share code, notes, and snippets.

@coryt
Created September 10, 2015 14:13
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 coryt/b4a1e226a33564e9c708 to your computer and use it in GitHub Desktop.
Save coryt/b4a1e226a33564e9c708 to your computer and use it in GitHub Desktop.
PullRequest Template
javascript:(function() {var e = document.getElementById('pull_request_body');if (e) {e.value += '#### What\'s this PR do?\n\n#### Checklist\n- [ ] Code reviewed @erewh0n @Dkane1 @richardpenner @coryt\n- [ ] Unit/Integration Tests Written/Passing\n\n#### Mongo Index Changes?\n\n#### How should this be manually tested?\n\n#### Related Issues/Stories?\n\n#### Screenshots (if appropriate)\n\n#### Questions:\n- Do migrations need to be ran?\n- Are there any additional deployment instructions/requirements?';}})();
@coryt
Copy link
Author

coryt commented Sep 10, 2015

Create a new bookmark, add the content of the gist as the URL.
When you open a new issue, click the bookmark and it will pre-populate the text field with the template.

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