From 41c14d2f5bfd871f0b81fc91eb0f6fb41a9d871a Mon Sep 17 00:00:00 2001 From: Eduardo Telaya <luis.eduardo.telaya@gmail.com> Date: Thu, 8 Dec 2022 05:29:16 -0500 Subject: [PATCH] docs: update the steps of Fork and Clone (#18287) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- docs/development/local-development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/local-development.md b/docs/development/local-development.md index d75c82eb09..0676437fa6 100644 --- a/docs/development/local-development.md +++ b/docs/development/local-development.md @@ -92,6 +92,8 @@ To ensure everything is working properly on your end, you must: 1. Verify all tests pass and have 100% test coverage, by running `yarn test` 1. Verify the installation by running `yarn start`. You must see this error: `You must configure a GitHub personal access token` +Do not worry about the token error for now, as you will be given instructions on how to configure the token a little later down in this document. + You only need to do these steps once. Before you submit a pull request you should: -- GitLab