Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 11, 2022 04:09 pm GMT

Hacktoberfest 2022

Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.

Register for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free T-shirt and more.

You can easily contribute to my GitHub repository.

You can upload your file of any programming language or if folder is not present then create folder. Some more repos for contribution.

Rules

  • Don't use filthy words and be welcome for beginners and other people in this community.

  • And enjoyed the open source participation.

GitHub Contribution Rules

  • This year, only the first 40,000 participants can earn a T-
    shirt. So, Hurry up

  • To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.

  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.

  • The pull request must contain commits you made yourself.

  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.

  • If a maintainer reports behavior thats not in line with the projects code of conduct, you will be ineligible to participate.

Getting Started

  • Fork this repo (button on top)or Clone on your local machine.
gh repo clone Lancelot03/Code-The-Problem
  • Create a new Branch
git checkout -b my-new-branch
  • Add your contribution
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • And don't forget to create pull request from your forked repository

  • And if you are not comfortable using Git you can use directly the GitHub

And please feel free to reach me if you face any issues.


Original Link: https://dev.to/lancelot03/hacktoberfest-2022-1h69

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To