From 15aff9e3ffa90b73b9a39da28092e5be003dc757 Mon Sep 17 00:00:00 2001 From: Akira <156126180+akiraonstarknet@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:06:12 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00d91c3e..7def77fa 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,14 +16,16 @@ Starkfarm Client is a web application built using [Next.js](https://nextjs.org/) To run the project locally and start using Starkfarm Client, follow these steps: -1. Clone the repository: +1. Fork the repository: + +**Note: If you already forked, first sync your dev to this repo's dev. This is to ensure, the commit history is exactly same. We often use squash and merge, so if u start with ur old history, unnecessary commits may creep in.** + +2. Clone your repo and Navigate to the project directory: ```bash git clone https://github.com/yourusername/starkfarm-client.git ``` -2. Navigate to the project directory: - ```bash cd starkfarm-client ```