Skip to content

Anshu-111/Hacktoberfest2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2020 🎉

hack

GitHub forks GitHub stars GitHub issues


This repository is open to all members of the GitHub community. Any member can contribute Hacktoberfest PR 2020


What is Hacktoberfest?

It is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.

  • Hacktoberfest is a celebration open to everyone in our global community.
  • Pull requests can be made in any GitHub-hosted repositories/projects.
  • You can sign up anytime between October 1 and October 31.

👕 Why Should I Contribute?

Hacktoberfest has a simple and plain moto.

Support open source and earn a limited edition T-shirt!

So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source.
Working with open source project is a rewarding experience that allows you to practice your talent, collaborate with and learn from others, and give back to the developer community.

NOTE:

making four (4) meaningful contributions to open source projects will qualify you for prizes


👍 How to Contribute?

  • Fork the Repo

    Give a start and ⭐ Click on fork button in the top right corner.It will create a copy of repositiry in your account.

  • Clone

    clone your fork down Repo to your local machine You can clone your repository in your local pc with use of Github_Desktop application or for your Terminal/bash.

    For Bash/Terminal -

     git clone <url_name you want to clone>
    
git clone https://github.com/aryangulati/Hacktoberfest2020.git
  • Anyone from below

Create a branch Upload your Code or Change in main

Create a branch

```markdown
|git checkout -b branch-name |

```
  • Make your changes
  • Commit and push
```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```

Upload your Code or Change in main

  • Make what change you want to make in Repo. It can be any meaningful contribution

  • Push it and Make a PR

  • Push it to your repository and Issue a PR(Pull Request) in main repository

  • Wait for your REVIEW and MERGE approval!

  • Star this repository if you had fun and support us!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.6%
  • C# 6.0%
  • C 2.2%
  • Shell 1.5%
  • PHP 1.1%
  • JavaScript 0.8%
  • Batchfile 0.8%