diff options
author | 2023-07-27 18:03:44 -0700 | |
---|---|---|
committer | 2023-07-27 18:03:44 -0700 | |
commit | 13047798265760b7d17b97c96e817a7082d1959a (patch) | |
tree | 8e07f637206f2daa33bdb2a5281e5f77010dfe03 /.github/pull_request_template.md | |
parent | 65d0884361f349f06f461c7a7be7e2dc12479e54 (diff) | |
download | bun-13047798265760b7d17b97c96e817a7082d1959a.tar.gz bun-13047798265760b7d17b97c96e817a7082d1959a.tar.zst bun-13047798265760b7d17b97c96e817a7082d1959a.zip |
Update pull_request_template.md
Diffstat (limited to '')
-rw-r--r-- | .github/pull_request_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a71a6c6e5..6fc4bfa81 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,13 +11,13 @@ This adds a new flag --bail to bun test. When set, it will stop running tests af - [ ] 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 --> <!-- I wrote automated tests --> -## Checklist +### 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** --> |