Skip to content

Instantly share code, notes, and snippets.

@cfarm
Created July 28, 2015 18:27
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 cfarm/b9b638943a2eea52a3a8 to your computer and use it in GitHub Desktop.
Save cfarm/b9b638943a2eea52a3a8 to your computer and use it in GitHub Desktop.
pull request checklist
javascript:!function(){var a=document.getElementById("pull_request_body");a&&(a.value+="Short description explaining the high-level reason for the pull request\n\n## Additions\n\n- \n\n## Removals\n\n- \n\n## Changes\n\n- \n\n## Testing\n\n- \n\n## Review\n\n- @user\n\n## Screenshots\n\n## Todos\n\n- \n\n## Checklist\n\n* [ ] Changes are limited to a single goal (no scope creep)\n* [ ] Code can be automatically merged (no conflicts)\n* [ ] Code follows the standards laid out in the [front end playbook](https://github.com/cfpb/front-end)\n* [ ] Passes all existing automated tests\n* [ ] New functions include new tests\n* [ ] New functions are documented (with a description, list of inputs, and expected output)\n* [ ] Placeholder code is flagged\n* [ ] Visually tested in supported browsers and devices \n* [ ] Project documentation has been updated (including the \"Unreleased\" section of the CHANGELOG)\n\n")}();
@cfarm
Copy link
Author

cfarm commented Aug 28, 2015

To use this as a bookmarklet:

  1. Bookmark this page in your browser
  2. Copy the code for pullrequest.js above
  3. Edit the bookmark URL and paste the copied code into the URL field
  4. When you're creating a Pull Request, click the bookmark and it will insert a template for Pull Request notes and checklists into your PR.

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