DEV Community

Cover image for Hacktoberfest 2022 πŸŽ‰
Lancelot03
Lancelot03

Posted on

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 that’s not in line with the project’s 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
Enter fullscreen mode Exit fullscreen mode
  • Create a new Branch
git checkout -b my-new-branch
Enter fullscreen mode Exit fullscreen mode
  • Add your contribution
git add .
Enter fullscreen mode Exit fullscreen mode
  • Commit your changes.
git commit -m "Relevant message"
Enter fullscreen mode Exit fullscreen mode
  • Then push
git push origin my-new-branch
Enter fullscreen mode Exit fullscreen mode
  • 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.

Top comments (2)

Collapse
 
maksim36ua profile image
Max

Hacktoberfest rules do not encourage "spammy" PRs with typo fixes, so I'll mention it here. In your Readme you've got Submit your pull request here for Hacktoberfest-2020, should be 2022, please take a look :)

Also, we're taking part in Hacktoberfest as well with our open-source project! If anyone would like to contribute to a simple language for developing full-stack web apps with less code -- join us!

An entrypoint is here

Collapse
 
lancelot03 profile image
Lancelot03

Thanks for mentioning Max 😊.