pull request checklist
July 28, 2015 ยท View on GitHub
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\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")}();