DEV Community

Saumya Verma
Saumya Verma

Posted on • Updated on

Hacktober Fest 2021 Contribution

Hi There๐Ÿ‘‹
Here is my story of participation in hactoberfest'21. Hacktoberfest'21 is my first ever hacktoberfest and also this is my first blog. It's exciting.
A gif of man with the emotion excitement

I always wanted to contribute to open source ever since I heard about it and isn't it really amazing to be able to collaborate with other devs all around the world and help them grow more with your contribution and in the process you also grow a lot. Git has always been the best tool for that.

At first it seems difficult to find a project to contribute to OR make your first PR, but It's really easy. If you are a beginner, hold with me, I'll tell you the process I followed.

  • First you have to register with your Github account on the official website of hacktoberfest.
  • Then you can search on github with the tag #hacktoberfest you will find tons of repos to contribute to OR you can join the official discord channel for Hacktoberfest. ( Joining the discord channel is more beneficial because you will not only get the projects to work on but also you can easily ask questions and get help )
  • Okay, So now we have some repos to contribute to ๐Ÿ˜
  • Now see the issues on those repos, if you see an issue you think you can solve, ask the maintainer to solve that issue by simply commenting on that issue. When the maintainer sees your request they will assign the task to you.
  • Now you can fork the repo and work on that project.
  • After forking the repo you will get the copy of that repo in your github account, clone the repo and work on that.
  • If you are done with your work now it's time to make a PR.

pull request time gif

When you push your code you will get the option to contribute on the top of your repo on github. Click on that and you will get the option to Open pull request. Click on that and write a description about that PR ( basically write what you have done in this PR ) and make a PR. Yay ! Celebrate if it's your first PR.

dancing child gif

What did I contribute to Hacktoberfest'21 ?

I contributed to these three Repository ๐Ÿ‘‡

๐Ÿ‘‰ https://github.com/AnkushSinghGandhi/pomodoro-chrome-extension
๐Ÿ‘‰ https://github.com/encodeArnab/lazyCode
๐Ÿ‘‰ https://github.com/Git-Harshit/Random_Text_Generator-Brython

I've made a web page for the first repo, and did work on some UI enhancement issues on the other two repos. I hope I'll contribute to some more challenging open source projects one day ๐Ÿš€

Thank you for reading and Happy Contributing ๐Ÿ‘จโ€๐Ÿ’ป

Top comments (0)