/hacktoberfest2022

HacktoberFest Contribution Repo

Primary LanguageJavaMIT LicenseMIT

HacktoberFest 2022

Hacktoberfest is an annual worldwide event held during the month of October. The event encourages open source developers to contribute to repositories through pull requests (PR). GitHub hosts many open source repositories that contribute to Microsoft Learn content.

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

This is a beginner-friendly project to help you get started with your hacktoberfest. If you don't know where to start, feel free to watch the videos linked below, and read the contribution rules. Happy hacking <3 💙 !!

P.S. Star ⭐ and Share this repository, if you had fun!! 😍

Hacktoberfest 2022 Event Completed

📌 Videos 📽️:

Contribution Rules📚:

  • Dont Send any DSA related codes it won't accepted.
  • 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 other content.
  • Styling/code can be pretty, ugly or stupid, big or small as long as it works
  • Try to keep pull requests small to minimize merge conflicts

Getting Started 🤩🤗:

  • Fork this repo (button on top)
  • Clone on your local machine
git clone (URL)
  • Navigate to project directory.
cd hacktoberfest2022
git init
  • Have a look on issue section do work on that comment down assign me in particular issues
git status
  • Red text means file added but not added in github repo
git add .
git status
  • Green text means file added in github repo
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push 
git status
  • 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

FAQs (Frequently Asked Questions)

  • Who all can contribute?
    • Anyone with a github account and who is signed up for hacktoberfest :)