From 19c6a479b76a7802439c0cb052ad67073de4653d Mon Sep 17 00:00:00 2001 From: YuMin <55650732+yuminn-k@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:02:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Implement=20Trello=20Lin?= =?UTF-8?q?k=20Feature=20in=20GitHub=20PR=20Template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This commit introduces a new feature to the GitHub PR template, enabling users to easily add Trello card links. This enhancement aims to improve the integration between Trello and GitHub issues, enhancing project management efficiency. - This feature allows for a more streamlined workflow, providing direct access to relevant Trello cards from GitHub Pull Requests. By simplifying the process of linking Trello cards, team collaboration and project tracking become more efficient. Related issue: #39 --- .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 93ac54f..97f72b5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,9 +24,9 @@ > テストが必要な項目やテストコードが追加されたら一緒に書いてください。 * -## 📚 関連するIssueやドキュメントのリンク +## 📚 関連するIssueやTrello、ドキュメント -> このPRが解決しようとしている問題に関連するIssueやドキュメントのリンクを記載してください。 +> このPRが解決しようとしている問題に関連するIssueやドキュメント、Trelloがあればリンクを記載してください。Trelloの場合[タイトル](リンク)の形で添付してください。 ## 🖥 作動する様子