Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2021.
During the entire month of October 2021, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.
If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).
Feel free to contribute, and show your project, please remember only showing your public project, don't share your private projects
- Fork this repo
- clone the forked repo, not this one, example
git clone https://github.com/yourusername/projects-gather
- showcase your projects, to keep things orginize, create inside folder of it's own language such as javascript, or create a new one
- create your own branch before push to GitHub, example:
git checkout -b rizkimcitra
- commit and push to your own branch, example
git commit -am "init"
and
git push origin yournwebranch
- and last create a Pull Request to this repo!