- What Is Hacktoberfest?
- What Can You Earn?
- How To Make Your First Contribution?
- How To Successfully Complete The Hacktoberfest Challenge?
- Getting Started - Basic
- Getting Started - Advanced
- Tasks and Challenges
We hope this event will be the first step in your long journey of contributing to free Open-Source projects!
By hosting Hacktoberfest 2021, OpenMinds Club strives to encourage everyone in contributing to free Open-Source projects as it has been, and will always remain our philosophy and fundamental goal.
This repository is open to anyone and everyone who seeks to contribute in any project they've liked or discovered. As for the beginners, you are welcome to join our Hacktoberfest as well! Make sure you learn more about open source.
There is no contribution that is either too small or insignificant. However, every pull request has to, of course, follow some guidelines mentioned here. All of OpenMinds Club welcomes you among our family, whether to attend our FOSS Talk, Git/Github Workhop, or to complete the Openfest challenges.
Please read our Events Code of Conduct before attending.
Happy Hacking!
Hacktoberfest — brought to you by DigitalOcean in partnership with Dev — is a month-long celebration of open-source software, open to everyone in our global community. You can help the growth of open source and make positive contributions to the community. All backgrounds and skill levels are encouraged to complete the challenges! Whether you are :
- A developer
- Student learning to code
- Event host
- Or any company of any size, you can help the growth of open source and make positive contributions to the community. All backgrounds and skill levels are encouraged to complete the challenges!
In addition to having lots of fun, adding some new nerds to your social network, you can earn a limited version t-shirt and ton of hacktoberfest swag!
This year in particular, OpenMinds Club is inviting you to participate for chances of winning extra prizes if you succeed to land the first prize in one of the set categories, namely:
- Brave Benefactor: most number of Pull Requests to the repo.
- Story Sensation: most change rate (additions + deletions) to the Open Source Story project.
- Diligent Developer: most number of Pull Requests to projects related to IT.
- Creative native: best Game splash screen for Tux game.
The winner of the best Game splash screen will be decided by the vote of our community on social media.
- Certificate (Signed and stamped by the president of the OpenMindsClub).
- OpenMindsClub Sticker.
- Exclusive "Contributor" Sticker.
- 2 Guaranteed places for a future event, workshop or course of your choice.
- Github Account Exposure
To claim the aforementioned prizes, the winners must visit us at our local in USTHB (further details will be specified in an email for that purpose)
You should familiarize yourself with How To Create a Pull Request, check the Getting Started section they can be made in any GitHub-hosted repositories/projects, or attend our Git/Github Workshop!
To qualify for the official limited edition Hacktoberfest shirt, you must register in hacktobefest website and then make four pull requests (PRs) between October 1-31 (in any time zone. PRs can be made to any public repo on GitHub. If a maintainer reports your pull request as invalid or as poor behavior opposing the project’s code of conduct, you will become ineligible to participate.
- Fork this Repo, just click on the Fork button in the top right corner of the page, it'll create an exact copy of this repo in your account.
- Make a contribution to any section of the repo, if you don't have an exact idea of what you can do, you can start by doing one of tasks below.
- Commit your changes and leave a short message describing what your changes are about.
- Create a Pull Request by clicking on the
New Pull Request
button and fill the PR form, then clickCreate Pull Request
. - Voilà! You have just created a Pull Request, your PR will be reviewed and merged to the original repo.
- Share your changes with your friends and have fun!
- Install git.
- Fork this repo.
- Clone your fork, this will create a directory holding the name of the repo.
git clone https://github.com/openmindsclub/H4ckT0b3rF3st-2k21.git
- Go to the cloned directory and make changes.
- Commit your changes, verify your changes and push to the forked repo.
git add .
git commit -m "My First Commit"
git status
git push origin main
- Create a PR from the forked repo in your account.
- Voilà! You have just created a Pull Request, your PR will be reviewed by one of our maintainers and merged to the original repo.
- Share your changes with your friends and have fun!
we will accept your pull request once its content has been verified by one of our organizers, and that for each contribution in one of our projects or challenges
There are plenty of challenges in the repo, read the README.md file in of the /challanges
and try to do what it says.
Go to the /projects
file and you will find some empty, not finished or some issues in our projects, try to fix or improve the code by finding and solving one of the issues.
You will find in our repo, two special challenges, Open Source story and tux_game_prize, for each challenge u can respectively win the prize of story sensation and creative native prize.
You have an idea and you wanna make it happen? start coding and push your project to the /Your_projects
directory in the repo.PRs containing projects already in our previous repositories will not be accepted.
Hacktoberfest participants, so far, have represented 151 countries and thousands of unique skill-sets. Its program welcomes everyone already in the open source software community – and, of course, anyone interested in diving in!