From 6ff74c4dafd220406e8f72bf69afd5904378877b Mon Sep 17 00:00:00 2001 From: Dinesh Pinto Date: Tue, 25 Jun 2024 09:58:28 +0400 Subject: [PATCH] Update README.md --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index 2cee5f88..d141c2bd 100644 --- a/README.md +++ b/README.md @@ -61,35 +61,3 @@ npm run build This command generates static content into the `build` directory and can be served using any static contents hosting service. Note: Search will only function with a production build. - -## How to contribute - -1. Clone and Branch from main - - ```bash - git clone https://github.com/flare-foundation/developer-hub.git - git checkout -b - ``` - -2. Make your changes - -3. Format and Build locally - - ```bash - npm run format - npm run build - ``` - -4. Make sure your branch is up to date with main - - ```bash - git pull origin main –-rebase –-autostash - ``` - -5. Push your changes - - ```bash - git push origin - ``` - -6. Open a Pull Request on GitHub