An open API service indexing awesome lists of open source software.

https://github.com/altafshaikh/make-your-first-contribution

This repo is for beginners to make them learn how to make contributions to open source project
https://github.com/altafshaikh/make-your-first-contribution

beginners contribution devto git github hacktoberfest opensource pull-requests welcome

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://bit.ly/WhatIsHacktoberFest2020)

## 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](https://tinyurl.com/gettingintoopensource)

## Contribution

Check the Contribution steps [here](https://github.com/altafshaikh/make-your-first-contribution/blob/master/CONTRIBUTING.md)