diff options
author | 2023-07-27 18:10:49 -0700 | |
---|---|---|
committer | 2023-07-27 18:10:49 -0700 | |
commit | 3b24305b7c278335ee26166ad8c80959fb2ef398 (patch) | |
tree | db0490cd7a5b75286f8d8df4a22cd8776be69951 /.github/pull_request_template.md | |
parent | 13047798265760b7d17b97c96e817a7082d1959a (diff) | |
download | bun-3b24305b7c278335ee26166ad8c80959fb2ef398.tar.gz bun-3b24305b7c278335ee26166ad8c80959fb2ef398.tar.zst bun-3b24305b7c278335ee26166ad8c80959fb2ef398.zip |
Update pull_request_template.md
Diffstat (limited to '')
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6fc4bfa81..1d172e830 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,7 +19,7 @@ This adds a new flag --bail to bun test. When set, it will stop running tests af ### Checklist -<!-- **Please delete the sections which are not relevant, including this line. If there were no code changes, feel free to delete or ignore this section entirely** --> +<!-- **Please delete the sections which are not relevant. If there were no code changes, feel free to delete or ignore this section entirely** --> If JavaScript/TypeScript modules or builtins changed: |