Skip to content

This repo is for beginners to make them learn how to make contributions to open source project

Notifications You must be signed in to change notification settings

altafshaikh/make-your-first-contribution

Repository files navigation

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