Skip to content

Commit

Permalink
chore: add testing strategy to PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 26, 2022
1 parent c43ca0b commit 44cc2f4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ Closes: #

- [ ] Docs
- [ ] Tests

Testing Strategy:

<!--
Please explain how you tested this. For example:
> This test covers this code: <link to test>
Or
> I opened up my windows machine and ran this script:
>
> ```
> npx [email protected] --template remix my-test
> cd my-test
> npm run dev
> ```
-->

0 comments on commit 44cc2f4

Please sign in to comment.