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
- Host: GitHub
- URL: https://github.com/altafshaikh/make-your-first-contribution
- Owner: altafshaikh
- Created: 2020-09-23T15:11:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T17:47:32.000Z (over 2 years ago)
- Last Synced: 2024-04-22T21:14:23.754Z (about 2 years ago)
- Topics: beginners, contribution, devto, git, github, hacktoberfest, opensource, pull-requests, welcome
- Language: HTML
- Homepage: https://tinyurl.com/gettingintoopensource
- Size: 221 KB
- Stars: 5
- Watchers: 1
- Forks: 41
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)