From 8845ebeb2c3c9d16d13a29765ed74f11e4c5a7a5 Mon Sep 17 00:00:00 2001 From: Christian Shum-Harden Date: Fri, 8 Jun 2018 17:34:35 -0700 Subject: [PATCH] (docs) --- .../CONTENT_SITE_TEMPLATE.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/PULL_REQUEST_TEMPLATE/CONTENT_SITE_TEMPLATE.md 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 +```