Code Monkey home page Code Monkey logo

first-timers's Introduction

FirstTimers

๐Ÿ“บ Video explanation:- https://youtu.be/1Bv4bhtNIaA

visitors Merged Pull Requests

Git installation

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

To check the Git version

git --version

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

Before you follow all these STEPS, make sure you fork the repository in your account.

  1. Clone the repository.

If you don't have 2FA enabled, then use the normal HTTPS or SSH link.

git clone https://github.com/CuriousGrids/FirstTimers.git

Personal Access Token (PAT) is required if you enable 2FA on your Github account, learn more. For that, use the following command instead of the normal URL command.

git clone https://<GitHubToken>@github.com/<username>/<RepositoryName>.git
  1. Create a new branch.
git branch YourBranchName
  1. Shift to that branch from master (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 message of the changes you've made. Learn more about conventional commits here.
git commit -m 'Add my contribution'
  1. Shift to the master (main) branch.
git checkout main
  1. Merge everything from your branch to the master (main) branch.
git merge YourBranchName
  1. Get ready to push from your local machine.

If you don't have 2FA enabled, then use the normal HTTPS or SSH link.

git remote add <message> https://github.com/CuriousGrids/FirstTimers.git

Personal Access Token (PAT) is required if you enable 2FA on your Github account, learn more. For that, use the following command instead of the normal URL command.

git remote add <message> https://<GitHubToken>@github.com/<username>/<RepositoryName>.git
  1. Push everything on your forked repository.
git push -u <message> main

Now, click on Pull Request button, you'll have the option to create a pull request. i.e., <your forked repo> -> <original repo>, That's it you're done!

Contributor's 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
  16. Harshit Aditya
  17. Sushant Patial
  18. Raghav Gupta
  19. Saloni Jain
  20. Kinjalk Bajpai
  21. Priyal Palkhiwala
  22. Aman Shrivastava
  23. Akshay Mohan
  24. Nishant Shenoy
  25. Narayan Soni
  26. Faraz Hussain
  27. Vrattica Yadav
  28. Siddharth Sabale
  29. Ishika Saha
  30. Ashish Jaiswal
  31. Ishika Jaiswal
  32. Ramya Chinnadurai
  33. Suraj P
  34. MuhammadNurAshiddiqi
  35. JonMoon
  36. Harshit Vishwakarma
  37. Skyrub dev
  38. Aman Upadhyay
  39. Hritvik Mohan
  40. Kushagra Jaiswal
  41. Rishika Garg
  42. Will Kemp
  43. Chandra Bose
  44. kiran k
  45. Sai Aswin Madhavan
  46. Tran Nguyen Thuong Truong
  47. Ayush Kumar
  48. Rohan Kambli
  49. Lavakush Biyani
  50. Hrutika Badgeri
  51. Kumaran T
  52. Eleena Sarah
  53. Anushka Jain
  54. Josh Ball
  55. Bibek Rai
  56. Andrew M
  57. Kruthi S
  58. Aaryaman Shah
  59. Karan Chandekar
  60. Ashish Bibyan
  61. Divya
  62. Raj
  63. Ghada
  64. Anushree Pal
  65. Fai Zaben
  66. Varshitha Manjunath
  67. Luis G
  68. Hari Charan Kandregula
  69. Fadhel Alanazi
  70. Raghad Alsarhan
  71. Matteo Spada
  72. Marcin Suski
  73. Shashee p
  74. Abhishek Bagiyal
  75. Jeremiah Petersen
  76. Aldo Lata Soba
  77. Alexander Clemens
  78. Bemdoo Maor
  79. Sai Shashank Vaddadi
  80. Tom McGurn
  81. Annanya Mathur
  82. Luke Armstrong
  83. Nupur Kale
  84. Leonard Isaac
  85. Chard Peter
  86. Asimanye_Dudumayo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.