diff --git a/docs/development/local-development.md b/docs/development/local-development.md index d75c82eb09d97f8dc9a7bc4f5449b64c900b073a..0676437fa6129bd6a5ea8bf88c35ea5e85f0ef09 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: