From 88bb11657a5730d2258a38e01a8442eef730d68d Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 26 Dec 2024 15:18:38 +0900 Subject: [PATCH] chore: add GitHub a pull request template (#911) --- .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..2a8fa011 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +### The author should do the following, if applicable + +- [ ] Add tests +- [ ] Run tests +- [ ] `yarn changeset` at the top of this repo and push the changeset +- [ ] Follow [the contribution guide](https://github.com/honojs/middleware?tab=readme-ov-file#how-to-contribute)