From 2df2e0c857bbfd6dbf25cf1027eeedfbddd04c02 Mon Sep 17 00:00:00 2001 From: f-yoshihara Date: Mon, 17 Nov 2025 17:10:12 +0900 Subject: [PATCH 1/6] =?UTF-8?q?PR=20=E3=83=86=E3=83=B3=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 変更内容、実施内容、気になっていること、動作確認手順などの項目を含めたテンプレートを追加し、PRの品質向上とレビューの効率化を目指します。 🤖 Generated with Claude Code Co-Authored-By: Claude --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 0000000000..aaf70aa733 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## やったこと + + +* +* + +## やっていないこと(後でやりたいこと) + + +## 気になっていること + + +## 動作確認手順 + + +### 前準備(あれば) + + +### 確認手順 + +1. +2. + +### 実施状況 + +- [ ] 自分の環境で動作確認を実施済み From 3b32e8e10ed269562167ab87a1af484b924aa076 Mon Sep 17 00:00:00 2001 From: f-yoshihara Date: Mon, 17 Nov 2025 17:14:29 +0900 Subject: [PATCH 2/6] =?UTF-8?q?PR=20=E3=83=86=E3=83=B3=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=AE=E3=80=8C=E3=82=84=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=AA=E3=81=84=E3=81=93=E3=81=A8=E3=80=8D=E3=82=BB?= =?UTF-8?q?=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 「やっていないこと(後でやりたいこと)」を「やっていないこと」に変更し、あえてやっていないことがあればその理由を記載するように促すメッセージに更新しました。 🤖 Generated with Claude Code Co-Authored-By: Claude --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aaf70aa733..13c954dda7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,8 +4,8 @@ * * -## やっていないこと(後でやりたいこと) - +## やっていないこと + ## 気になっていること From 43288e8ed454762cb8128ee8d51d3ca8bbf7dca8 Mon Sep 17 00:00:00 2001 From: f-yoshihara Date: Wed, 24 Dec 2025 17:01:03 +0900 Subject: [PATCH 3/6] =?UTF-8?q?PR=20=E3=83=86=E3=83=B3=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=AE=E9=A0=85=E7=9B=AE=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=83=BB=E4=BF=AE=E6=AD=A3=E3=81=A8=E3=82=B3=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 13c954dda7..64643ded0c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,26 +1,25 @@ ## やったこと - - -* -* + ## やっていないこと - + ## 気になっていること - + + +## その他 + + + +## 動作確認 + -## 動作確認手順 - +### 実施状況 + +- [ ] ローカル開発環境での動作確認を実施済み -### 前準備(あれば) +### 前準備 ### 確認手順 - -1. -2. - -### 実施状況 - -- [ ] 自分の環境で動作確認を実施済み + From dc32c8579f1a81f560add0873d39ecb282b43216 Mon Sep 17 00:00:00 2001 From: f-yoshihara Date: Wed, 21 Jan 2026 17:06:15 +0900 Subject: [PATCH 4/6] =?UTF-8?q?PR=E3=83=86=E3=83=B3=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=AB=E6=A6=82=E8=A6=81=E8=A8=98=E8=BC=89?= =?UTF-8?q?=E3=81=AE=E3=81=9F=E3=82=81=E3=81=AE=E9=A0=85=E7=9B=AE=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 64643ded0c..56360d4aa7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,12 @@ +## 対応 Issue + + + + + +## このPRがマージされるとうれしい理由 + + ## やったこと From 6a1fc891d2373344f1ca1402e1727327d09421f2 Mon Sep 17 00:00:00 2001 From: f-yoshihara Date: Wed, 21 Jan 2026 17:06:43 +0900 Subject: [PATCH 5/6] =?UTF-8?q?PR=E3=83=86=E3=83=B3=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=AE=E5=8B=95=E4=BD=9C=E7=A2=BA=E8=AA=8D?= =?UTF-8?q?=E6=89=8B=E9=A0=86=E6=AC=84=E3=81=AE=E6=A7=8B=E9=80=A0=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 56360d4aa7..6b93f796e6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,12 +23,12 @@ ## 動作確認 -### 実施状況 - -- [ ] ローカル開発環境での動作確認を実施済み - ### 前準備 -### 確認手順 +### PRの変更内容の確認手順 + +### 実施状況 + +- [ ] ローカル開発環境での動作確認を実施済み From b748e79eaeed6454fc364566c28dc8873943fdc7 Mon Sep 17 00:00:00 2001 From: Fumiro Yoshihara <39566395+f-yoshihara@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:06:21 +0900 Subject: [PATCH 6/6] =?UTF-8?q?=E5=8B=95=E4=BD=9C=E7=A2=BA=E8=AA=8D?= =?UTF-8?q?=E5=AE=9F=E6=96=BD=E7=8A=B6=E6=B3=81=E3=81=AB=E3=81=A4=E3=81=84?= =?UTF-8?q?=E3=81=A6=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Akira Yagi --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6b93f796e6..c69ae7cdbe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,5 +30,5 @@ ### 実施状況 - + - [ ] ローカル開発環境での動作確認を実施済み