From f756f9300fcdd4caca484ff34e0da8daa1a75149 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 9 May 2024 12:25:34 +0900 Subject: [PATCH] chore: update the pull request template --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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