From f1e38a12533cf6d528bb91c4a1cab92f149b98a4 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Thu, 3 Oct 2024 08:03:52 -0700 Subject: [PATCH] add GitHub fork links --- content/contributing-code/foundational-tech/contents.lr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/contributing-code/foundational-tech/contents.lr b/content/contributing-code/foundational-tech/contents.lr index 99c36b0d..eb6d2e20 100644 --- a/content/contributing-code/foundational-tech/contents.lr +++ b/content/contributing-code/foundational-tech/contents.lr @@ -138,10 +138,14 @@ Thankfully GitHub's documentation is relatively robust. Please see: - [Get started with GitHub documentation - GitHub Docs][github-start] - [GitHub flow - GitHub Docs][github-flow] - [GitHub Training Manual][github-training] +- [Fork a repository - GitHub Docs][github-fork] + - [Creating a pull request from a fork - GitHub Docs][github-forkpr] [github-start]: https://docs.github.com/en/get-started [github-flow]: https://docs.github.com/en/get-started/using-github/github-flow [github-training]: https://githubtraining.github.io/training-manual/#/ +[github-fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo +[github-forkpr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork ### CC specifics for GitHub