Hacktoberfest 2022 π
Lancelot03
Posted on October 11, 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
- 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.
Posted on October 11, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.