/hacktoberfest2022-1

Participate in Hacktoberfest by contributing to any Open Source projects. Welcomes all the contributors out there. Here is a starter project, Good luck #hacktoberfest

Primary LanguageJavaMIT LicenseMIT

HACKTOBERFEST2022

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project. img

Use this REPO to make your contributions to an open source projects on GitHub. Also practice creating pull requests before contributing to a real public repository!] This repository is open to all members of the GitHub community. All genuine PRs/MRs will be accepted.

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

How to contribute to this project

Here are 3 quick and painless ways to contribute to this project:

*Add any program from any language

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/georgekaabraham/hacktoberfest2022.git
  • Create a branch
git checkout -b main
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin main
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!