From e547fb1f925c60edf99be863fba26354714bfc75 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:35:27 +0000 Subject: [PATCH 1/3] Initial plan From 1db4623b10f01c3fc85f041b73566691c7acf746 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 05:39:39 +0000 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=82=AF=E8=A7=A3=E9=99=A4=E6=89=8B=E9=A0=86=E6=9B=B8=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=20(add=20unfork=20guide)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub Supportへの依頼手順をまとめたガイドを追加し、 フォーク解除の操作を明確化するため。 Co-authored-by: LevelCapTech <99854263+LevelCapTech@users.noreply.github.com> --- docs/github-unfork-guide.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/github-unfork-guide.md diff --git a/docs/github-unfork-guide.md b/docs/github-unfork-guide.md new file mode 100644 index 000000000..c956f3c78 --- /dev/null +++ b/docs/github-unfork-guide.md @@ -0,0 +1,33 @@ +# GitHubフォーク解除手順書 + +## フォーク解除の概要 +- GitHubではフォーク関係をUIから直接解除できません。 +- 解除にはGitHub Supportへの依頼が必要です。 + +## フォーク解除手順(ブラウザ操作) + +### Step 1: リポジトリを開く +- ブラウザで `https://github.com/dashboard` を開きます。 +- 対象リポジトリ「LevelCapTech/gantt-task-react-custom」をクリックして表示します。 + +### Step 2: Supportへ連絡 +- `https://support.github.com/contact` を開きます。 +- 問い合わせカテゴリで "Repository Network" 関連の問い合わせを選択します。 +- フォーク解除の依頼を送信します。 + +### Step 3: 依頼文テンプレート +以下のテンプレートをそのまま貼り付けて送信します。 + +``` +Repository: LevelCapTech/gantt-task-react-custom +Request: Please detach this repository from its fork network. +Reason: We would like to maintain it as an independent project. +``` + +### Step 4: 承認後の確認方法 +- 対象リポジトリのページ上部にある「forked from ...」表示が消えていることを確認します。 + +## 注意事項 +- フォーク解除後はネットワーク関係が完全に切れます。 +- 元リポジトリとのPR連携はできなくなります。 +- 元のネットワークへ戻すことはできません。 From a99b7f5768a639ce77af638ccb960ad2a268aa41 Mon Sep 17 00:00:00 2001 From: Yoshio Nishiyama <99854263+LevelCapTech@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:17:32 +0900 Subject: [PATCH 3/3] Update docs/github-unfork-guide.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/github-unfork-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/github-unfork-guide.md b/docs/github-unfork-guide.md index c956f3c78..753e21a34 100644 --- a/docs/github-unfork-guide.md +++ b/docs/github-unfork-guide.md @@ -7,11 +7,11 @@ ## フォーク解除手順(ブラウザ操作) ### Step 1: リポジトリを開く -- ブラウザで `https://github.com/dashboard` を開きます。 +- ブラウザで [GitHub ダッシュボード](https://github.com/dashboard) を開きます。 - 対象リポジトリ「LevelCapTech/gantt-task-react-custom」をクリックして表示します。 ### Step 2: Supportへ連絡 -- `https://support.github.com/contact` を開きます。 +- GitHub Support の [問い合わせフォーム](https://support.github.com/contact) を開きます。 - 問い合わせカテゴリで "Repository Network" 関連の問い合わせを選択します。 - フォーク解除の依頼を送信します。