Click the Fork button on GitHub.
git clone https://github.com/your-username/repository-name.git
cd repository-name
git checkout -b your-project-name
Create a new folder inside projects and add your files.
git add .
git commit -m "Added my mini project"
git push origin your-project-name
Go to GitHub → Click Compare & Pull Request.