Skip to content

Commit

Permalink
chore: update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeterman-gp committed Oct 2, 2024
1 parent 1dec8f2 commit ed1f976
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Closes #[ISSUE_ID]
## To Review

- [ ] Checkout Branch.
- [ ] Run `npm run local` (or `npm run refresh` if you want a fresh database.)
- [ ] Start Lando, if it is not already running: `lando start`.
- [ ] (Optional) Update database:
- Delete any `.sql.gz` files from your `./reference` directory.
- Run `terminus backup:get --element=db --to=./reference -- the-world.live`.
- Run `npm run refresh`.
- [ ] Go to http://the-world-wp.lndo.site/.

> ...then...
Expand Down

0 comments on commit ed1f976

Please sign in to comment.