From 5b5e7e0de5576fd0cbed8825b380161c3fc9a57b Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Thu, 14 Sep 2023 12:50:27 +0900 Subject: [PATCH] create pull request template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 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..a1d6c8e0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +Before submitting your PR, please confirm the following. + +- [ ] Describe the purpose for which you created this PR. +- [ ] Create test code that corresponds to the modification \ No newline at end of file