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.
Top comments (2)
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
Thanks for mentioning Max π.