Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/PULL_REQUEST_TEMPLATE/CONTENT_SITE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
```