From 1a978c3fe3ef0dbf638c8e65805fc2bbd349cfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Sun, 22 Sep 2024 15:23:43 +0900 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000..10181c4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## 概要 +(ここに本PRの説明をしてください。) + +## 関連issue +(ここに該当するissueの番号を書いてください。) + +## 確認 +- [ ] 動作確認しましたか?