diff --git a/docs/PULL_REQUEST_TEMPLATE/CONTENT_SITE_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE/CONTENT_SITE_TEMPLATE.md new file mode 100644 index 00000000..6942f1a0 --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE/CONTENT_SITE_TEMPLATE.md @@ -0,0 +1,27 @@ +## Background + +A few sentences describing the overall goals of the pull request's commits. + +### Todos +- [ ] Tests +- [ ] Documentation + + +## Test Plan + +A few sentences helping another developer evaluate that this PR works as expected. + +### Automated Test Plan + +``` +cd content_site +make run.dev +yarn local-test +``` + +### Manual Test Plan +``` +# Clear cookies on every refresh +# Browse to http://dev.play.howstuffworks.com:8080/quiz/94-car-buffs-cant-name-all-these-classic-cars-the-60s-can-you +# Validate that X +```