/FirstTimers

Complete your first open-source contribution! 🚀

FirstTimers

📺 Video explanation:- https://youtu.be/1Bv4bhtNIaA

visitors GitHub issues Merged Pull Requests

Git installation

Install Git from this link:- https://git-scm.com/downloads

To check the Git version

git --vesrion

To set the global Git username & email address

git config --global user.name "your name"
git config --global user.email "your email"

STEPS to contribute

  1. Clone the repository using HTTPS.
git clone https://github.com/CuriousGrids/FirstTimers.git
  1. Create a new branch.
git branch YourBranchName
  1. Shift to that branch from main branch.
git checkout YourBranchName

Add your name under contributors list in README.md with format FirstName_LastName

  1. Add all the changes you've made.
git add .
  1. Make a commit with a message of the changes you've done.
git commit -m 'your_message'
  1. Push your changes to your fork.
git push
  1. Make a pull request in GitHub, and you're done! You have done your first contribution to our project! 🎉

Contributors list

Firstname_Lastname

  1. Hrishikesh Thite
  2. Yashoda Rajmani
  3. Shubham
  4. Rahul Agarwal
  5. Manmeet Kaur
  6. Jaideep Singh
  7. Rohit Tewari
  8. Ashutosh Kumar Choudhary
  9. Priyanshu Vaishnavi
  10. Pooja Bennabhaktula
  11. Pranay Gupta
  12. Km Pooja
  13. Pranav_Singh
  14. Avid Coder
  15. Rahul Mishra