diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 277043e4f..1efe02f0c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,6 @@ -### Author should do the followings, if applicable +### The author should do the following, if applicable - [ ] Add tests - [ ] Run tests - [ ] `bun denoify` to generate files for Deno +- [ ] `bun run format:fix && bun run lint:fix` to format the code