Welcome to hacktober fest 2021. Hacktober fest is one of the largest event in the Developer community to celebrate the joy of open source software and the contribution of everyone in the community
This repo is intended to help all the newbie developers in the software developer community looking out to contribute and enter into the world of open source. For anyone starting fresh open source contributions can be very daunting at first but as you gain experience you become good at it. This project was made to help all the newcomers to submit their first pull request. Add any useful project or code snippets that you have made along the way of learning and submit it here for the world to use.
-
Fork this repo in your GitHub
-
Clone this repo in your local system
git clone <repo-link>
-
Add your Project
-
Stage and commit your changes
git add .
git commit -m "chore: Added my porfile:
- Push the changes
git push origin main
-
Make a pull request from you Github
-
Wait for it to get merged
Great now you have made your first contribution to open source!!