Arnav221 / Hacktoberfest-2023

Generate PRs for hacktoberfest 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest-2022

Hacktoberfest-2022

Generate PRs for hacktoberfest 2022 and Win exciting Swags...🤩🥳

Submit your PR on this new repo Hacktoberfest , There we are merging all PR.

What is Hacktoberfest?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long celebration of open source code presented by Digital Ocean.

During the entire month of October 2022 all you have to do is contribute to any open source project with the hacktoberfest tag and open at least 4 pull requests which follow the Hacktoberfest guidelines. It can be any project mentioned below and you can contribute in any way possible. It can be a be a bug fix, optimisation, feature addition or even a documentation enhancement!

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities.

How to get Started?

Click on the link to register yourself here.

Why should you take part?

  • Chance to contribute to awesome open source projects
  • Engage with reputed communities
  • Free swags and T-Shirts from Digital Ocean
  • Chance to get a tree planted and make Earth greener

Contribution Rules📚:

  • You are allowed to make pull requests that break the rules. We just merge it :)
  • Do NOT add any build steps e.g npm install (we want to keep this a simple static site)
  • Do NOT remove others content.
  • Styling/code can be pretty, ugly or stupid, big or small as long as it works.

Getting Started 🤩🤗:

  • Star this Repository(Must thing).
  • Fork this repo. (Both button on top left)
  • Clone on your local machine.
git clone https://github.com/priyanshkulshrestha/Hacktoberfest-2022.git
  • Navigate to project directory.
cd Hacktoberfest-2022
  • Create a new Branch
git checkout -b my-new-branch
  • Add your file/folder in your stack folder and if folder of your stack is not present add it.
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository

Swags of Hacktoberfest:

  • Many of the candidates get attracted towards hacktoberfest to get swags . So, after 4 successfully merged pull request as for 2021 you will be eligible to get a Hacktoberfest T-shirt and Some stickers on your doorstep.

  • tshirt image

    stickers image

Our Top Contributors


if (isAwesome) {
  // thanks in advance :p
  starThisRepository();
}

  _____ _                 _     __   __
 |_   _| |__   __ _ _ __ | | __ \ \ / /__  _   _
   | | | '_ \ / _` | '_ \| |/ /  \ V / _ \| | | |
   | | | | | | (_| | | | |   <    | | (_) | |_| |
   |_| |_| |_|\__,_|_| |_|_|\_\   |_|\___/ \__,_|

About

Generate PRs for hacktoberfest 2022


Languages

Language:C++ 92.7%Language:Java 3.6%Language:JavaScript 1.9%Language:HTML 1.1%Language:CSS 0.6%Language:Python 0.1%