From 7ab420c8eac63e50af100f51da05a3131438f272 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Tue, 7 Jan 2025 21:47:19 -0500 Subject: [PATCH] remove note about comments on issues --- packages/docusaurus/docs/08-development.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/docusaurus/docs/08-development.md b/packages/docusaurus/docs/08-development.md index 86cf145..c338bd7 100644 --- a/packages/docusaurus/docs/08-development.md +++ b/packages/docusaurus/docs/08-development.md @@ -84,7 +84,7 @@ npm run dev When running Pangolin for the first time there will be no exit nodes. This means that there have been no Gerbil "exit nodes" registered in the database. When Gerbil first starts up and requests its config from Pangolin for the first time it gets registered as an exit node. -The easiest way to resovle this is to run Gerbil and have it register in your dev enviroment. Download the Gerbil binary and run it with localhost: +The easiest way to resolve this is to run Gerbil and have it register in your dev environment. Download the Gerbil binary and run it with localhost: ``` ./gerbil \ @@ -111,7 +111,3 @@ make local ```bash make local ``` - -## Contributing Code - -- If you are taking on an existing bug or feature ticket, please comment on the issues page of the repo you're working on to avoid multiple people working on the same thing.