A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge.
Here's a home to your queries and quest for potential issues to contribute. I've compiled a handpicked list of beginner-friendly issues (& repositories) ahead of time so that you can get the ball rolling once Hacktoberfest kicks off! 🚀
If you are a beginner, I'll will guide you on getting started with open source and completing your Hacktoberfest challenge. You can begin by introducing yourself in your branch description. If you happen to be experienced in this field, I would be more than grateful to onboard you as a mentor.
All you need to know is a programming language! Voila, you're just a step away from opening your first pull request!
Here's the issue: Add More Programs
Are you a beginner looking for help in kickstarting your open-source journey? Start a discussion here.
🙏 resolve beginner's doubts
👍 share beginner-friendly issues (& repositories).
💬 engage with other community members.
🤝 welcome and help others to finish the Hacktoberfest challenge.
Hacktoberfest, in its 8th year, is a month-long celebration of open source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects. You can do this in a variety of ways:
git clone https://github.com/your-username/hacktoberfest.git
git checkout -b branch-name
git add --all
git commit -m "Add *your feature*"
git push origin branch-name
New Pull Request
button located at the top of your repo).
if (isAwesome) {
// thanks in advance :p
starThisRepository();
}