⬅Back Home

How to Contribute 🤝

Step 1: Fork the Repository

Click the Fork button on GitHub.

Step 2: Clone Your Fork


git clone https://github.com/your-username/repository-name.git
cd repository-name
        

Step 3: Create a New Branch


git checkout -b your-project-name
        

Step 4: Add Your Project

Create a new folder inside projects and add your files.

Step 5: Stage and Commit


git add .
git commit -m "Added my mini project"
        

Step 6: Push to GitHub


git push origin your-project-name
        

Step 7: Create Pull Request

Go to GitHub → Click Compare & Pull Request.

Butterfly Cursor