forked from remix-run/remix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add testing strategy to PR template
- Loading branch information
1 parent
c43ca0b
commit 44cc2f4
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
> ``` | ||
--> |