From 2f93584284940929ee666deffe87e800771a4311 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 30 Oct 2023 13:30:40 +0000 Subject: [PATCH] Link directly to GitHub's Pull Request documentation This is likely (and was for me) the first result of searching Google for the same thing. Removes a small amount of friction if we just link to it. --- .../cross-platform/_example-learning-path/contribute.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/learning-paths/cross-platform/_example-learning-path/contribute.md b/content/learning-paths/cross-platform/_example-learning-path/contribute.md index 17e4370c9..403894902 100644 --- a/content/learning-paths/cross-platform/_example-learning-path/contribute.md +++ b/content/learning-paths/cross-platform/_example-learning-path/contribute.md @@ -55,7 +55,8 @@ After you have reviewed the new material using `hugo server` and there are no is You can now submit a GitHub pull request. {{% notice Note%}} -If you are new to GitHub, find a tutorial about how to create a pull request from a GitHub fork. +If you are new to GitHub, please go to [GitHub's documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) +to learn how to create a pull request from a GitHub fork. {{% /notice %}} Optionally, if you would like to add your new Learning Path content to the automated testing framework, follow the guidelines in the [Appendix: How to test your code](/learning-paths/cross-platform/_example-learning-path/appendix-3-test).