altafshaikh / make-your-first-contribution

This repo is for beginners to make them learn how to make contributions to open source project
https://tinyurl.com/gettingintoopensource
5 stars 41 forks source link
beginners contribution devto git github hacktoberfest opensource pull-requests welcome

make-your-first-contribution

Learn More about Hacktoberfest and Participation Details

ALL you need to know about HacktoberFest checkout this article What is Hacktoberfest 2020

Know More About Open Source

Open source is a term that originally referred to open source software (OSS). Open source software is code that is designed to be publicly accessible—anyone can see, modify, and distribute the code as they see fit.

Read more here: https://www.teachmebro.com/post/what-is-open-source

Note

This repo is only for beginners who are not that much expert and new to open source and want to learn and participate in HacktoberFest and I will be accepting PR of only beginners, after verifying

Basic commands

git add .

git commit -m "some message"

git pull origin master

git push origin master

This Repo is Hosted Live

You can see it here tinyurl.com/gettingintoopensource

Contribution

Check the Contribution steps here