DEV Community

Cover image for A desperate mistake: Update README.md
Sunit Shirke
Sunit Shirke

Posted on • Originally published at Medium

A desperate mistake: Update README.md

Contributing to open source projects is fun and easy.

Is it really?
For those familiar with GitHub and Open Source Contributions skip this paragraph and for those not familiar with either of them I’ll summarize it for you. GitHub is a big centralized platform where anyone can host their code/project for free and it uses Git for version control. It means an open source project is accessible to everyone and you can use the software according to your own needs. Now every project isn’t perfect in any way so developers from around the world try to fix any issues, create pull requests to commit their changes or add some of their own features to the project and this is how the project grows which eventually also helps the developer to showcase her/his contribution towards an open source project. Now that we have got that out of the way let’s focus on the issue at hand.

Recently I came across an initiative known as “Hacktoberfest” .

Hacktoberfest is a monthlong celebration of open source software run by DigitalOcean.

Honestly, it is a great initiative in my opinion because it encourages more contributions, more developer engagement and in turn a rapid growth of countless open source projects. Why is it any different from a weekly/monthly code marathon you ask?

To win a shirt, you must sign up on the Hacktoberfest site and make four pull requests on GitHub by October 31st. Pull requests do not have to be merged and accepted. As long as they’ve been opened and marked as ready-for-review between the beginning of October 1 and the very end of October 31, they count toward a free T-shirt.

So when it started on 1st October, 2020 some “contributors” watched how we can basically exploit this and win a free tshirt. The only problem here is that it was more of just writing docs updated or something which isn’t even relevant to the project. Teams at Hacktoberfest & GitHub had to include many measures for maintainers in order to stop this bulk spam. They’re handling this situation really well!

The screenshot above is an example of a spam pull request.

All I want to say to these spammy contributors is that contribute to a real project with your own logic and your own code! It’s not that hard. Just please don’t be so desperate for a t-shirt or for a badge. Heck it should at least make some sense.

Even tutorial code is fine but just writing something for the sake of +1 in PRs is just lame.

Informative legend for your PR contribution:

Credits: https://hacktoberfest.digitalocean.com/profile

If you want a video explanation of what I have just said, Pawan Kumar has posted about it on his YT channel:

To conclude, I’d like to say that enthusiastic devs will always contribute and in a good way. I sincerely hope that we share this information enough so that those who are new to the platform add something great to the community rather than getting sidelined because of not knowing enough about how to contribute.

Thanks for reading!

PS: Read the Hacktoberfest FAQs for any queries regarding open source.

Oldest comments (4)

Collapse
 
johannesjo profile image
Johannes Millan

To be honest, I personally, I am ok with this, because it still might get people in the habit of contributing.

Also, time for some shameless hacktoberfest self-promotion (I also gladly accept PR's fixing typos):

Super Productivity is looking for contributors. Super Productivity is a
"To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration"

You can check it out here:
super-productivity.com/

If you'd like to contribute, please head here:
github.com/johannesjo/super-produc...

Collapse
 
sunitshirke profile image
Sunit Shirke

Yes it definitely will instill the habit atleast. Sure will check out the project. Thanks for the read.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

It is better, eventually, to perform selected merge on desktop, not some automated merge on the web.

Of course, I hate typo fixing, and will try not to fix those; unless it is a separate PR.

Collapse
 
sunitshirke profile image
Sunit Shirke

Yes