Skip to content

Instantly share code, notes, and snippets.

@anveo
Last active May 1, 2017 16:31
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 anveo/afc53a7bb93348af3d75ca26e3c2e9f8 to your computer and use it in GitHub Desktop.
Save anveo/afc53a7bb93348af3d75ca26e3c2e9f8 to your computer and use it in GitHub Desktop.
javascript:(function() {var e = document.getElementsByName("pull_request[body]")[0];if (e) {e.value += '#### What\'s this PR do?\n\n#### Where should the reviewer start?\n\n#### How should this be manually tested?\n\n#### Any background context you want to provide?\n\n#### What are the relevant tickets?\n\n#### Screenshots (if appropriate)\n\n#### Definition of Done:\n\n- [ ] Documentation updated as needed.\n- [ ] Unit tests added for new code.\n- [ ] Integration tests added for new functionality.\n';}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment