Created
September 10, 2015 14:13
-
-
Save coryt/b4a1e226a33564e9c708 to your computer and use it in GitHub Desktop.
PullRequest Template
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\'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?';}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.