Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 2cfa2ea

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 5db55c2 commit 2cfa2ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fixes #(issue)
2424
- [ ] My changes generate no warnings.
2525
- [ ] I have updated or added types for all modules I've changed
2626
- [ ] Any dependent changes have been merged and published in downstream modules.
27-
- [ ] I ran ```npm run test``` with success and extended the tests if necessary.
28-
- [ ] I ran ```npm run build``` and tested it in the browser and with node.
29-
- [ ] I ran ```npm run-script dtslint``` and tested that all my types are correct
27+
- [ ] I ran ```npm run test``` in the root folder with success and extended the tests if necessary.
28+
- [ ] I ran ```npm run build``` in the root folder and tested it in the browser and with node.
29+
- [ ] I ran ```npm run dtslint``` in the root folder and tested that all my types are correct
3030
- [ ] I have tested my code on the live network.

0 commit comments

Comments
 (0)