From 4527d04f81d780670667536dc20c232ce7c7a623 Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Sat, 23 Nov 2024 17:49:54 +0900 Subject: [PATCH] chore(github): Add PR template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..55fdfeeb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ + + +## Checklist + +- [ ] Run `npm run test` +- [ ] Run `npm run lint`