From 0402e083aba5f75b98040a0d4134a312edd35f67 Mon Sep 17 00:00:00 2001 From: kenken714 Date: Thu, 19 Sep 2024 15:54:45 +0900 Subject: [PATCH 1/4] add pull_request_template.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pull_request_template.mdを追加 --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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..e1dcd04 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## 関連Issue +- close {Issue番号}(例: close #123) + +## 概要 +このPull Requestの目的を簡潔に説明してください。 + +## 変更内容 +- 変更点1 +- 変更点2 +- 変更点3 \ No newline at end of file From a6ae0c1ad877ca4ed61f2614ae8e0298d24de6cc Mon Sep 17 00:00:00 2001 From: kenken714 Date: Thu, 19 Sep 2024 16:03:57 +0900 Subject: [PATCH 2/4] Update pull_request_template.md --- .github/pull_request_template.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e1dcd04..42b8c2a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,17 @@ +# pull request template + ## 関連Issue -- close {Issue番号}(例: close #123) + +- close `#{Issue_id}` ## 概要 -このPull Requestの目的を簡潔に説明してください。 + + ## 変更内容 + - 変更点1 - 変更点2 -- 変更点3 \ No newline at end of file +- 変更点3 From 509417419c93142b262b152d0fc19b84818d9817 Mon Sep 17 00:00:00 2001 From: kenken714 Date: Thu, 19 Sep 2024 16:35:16 +0900 Subject: [PATCH 3/4] remove title of pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit h1がそのまま表示されちゃう可能性があるため消去しました --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 42b8c2a..cb83c73 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -# pull request template - ## 関連Issue - close `#{Issue_id}` From 3d8011d147ebf8f4411585f357af0aea30bd0c09 Mon Sep 17 00:00:00 2001 From: kenken714 Date: Thu, 19 Sep 2024 16:36:31 +0900 Subject: [PATCH 4/4] add additional info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 補足を入れる欄を追加 --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cb83c73..44f5de5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,3 +13,5 @@ - 変更点1 - 変更点2 - 変更点3 + +## 補足