diff options
author | 2023-07-27 18:00:03 -0700 | |
---|---|---|
committer | 2023-07-27 18:00:03 -0700 | |
commit | 16fdc074cae9297d5b868c8a71dc8f597104794c (patch) | |
tree | 8311a872eb80e95c5dfd2ea5d41827277bad4067 /.github/pull_request_template.md | |
parent | 6b35fd847f7377c96f05d2ce3d55cecb66177773 (diff) | |
download | bun-16fdc074cae9297d5b868c8a71dc8f597104794c.tar.gz bun-16fdc074cae9297d5b868c8a71dc8f597104794c.tar.zst bun-16fdc074cae9297d5b868c8a71dc8f597104794c.zip |
Update pull_request_template.md
Diffstat (limited to '')
-rw-r--r-- | .github/pull_request_template.md | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4090cc4bf..af4fd9990 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,25 @@ -# What does this PR do? +## What does this PR do? -**Please include a description of the changes** +<!-- **Please include a textual description of the changes**, example: --> + +<!-- + +This adds a new flag --bail to bun test. When set, it will stop running tests after the first failure. This is useful for CI environments where you want to fail fast. + +--> - [ ] Documentation or TypeScript types (it's okay to leave the rest blank in this case) - [ ] Code changes -# How did you verify your code works? +## How did you verify your code works? -<!-- For code changes, please include automated tests. Feel free to uncomment the line below --> +<!-- **For code changes, please include automated tests**. Feel free to uncomment the line below --> <!-- I wrote automated tests --> ## 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, including this line. If there were no code changes, feel free to delete or ignore this section entirely** --> If JavaScript/TypeScript modules or builtins changed: |