Update pull_request_template.md

This commit is contained in:
Jarred Sumner
2023-11-16 23:51:28 -08:00
parent 47e1fbe468
commit e4de49df2a

View File

@@ -20,7 +20,7 @@ This adds a new flag --bail to bun test. When set, it will stop running tests af
<!-- If JavaScript/TypeScript modules or builtins changed:
- [ ] I included a test for the new code, or existing tests cover it
- [ ] I ran tests locally and they pass (`bun-debug test test-file-name.test`)
- [ ] I ran my tests locally and they pass (`bun-debug test test-file-name.test`)
-->