From 9c4258004524686f08b87c88bd9567c01f65fbdd Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 9 Oct 2023 11:15:08 +0200 Subject: [PATCH] docs: how to make a pr from a fork --- docs/documentation/sitespeed.io/developers/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/sitespeed.io/developers/index.md b/docs/documentation/sitespeed.io/developers/index.md index 4b4ebe6a96..09b2916959 100644 --- a/docs/documentation/sitespeed.io/developers/index.md +++ b/docs/documentation/sitespeed.io/developers/index.md @@ -174,6 +174,8 @@ If you are new to pug you can use [https://html2jade.org](https://html2jade.org) We love pull requests and before you make a big change or add functionality, please open an issue proposing the change to other contributors so you got feedback on the idea before take the time to write precious code! + When you make your pull request, you can follow the guide from GitHub on [how to make a pull requests from a fork](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). + #### Before you send the pull request Before you send the PR make sure you: