/Java-challenge

This repository is created for hacktoberfest 2022 - Make 4 pull requests for Hacktoberfest 2022 and earn free swags!

Primary LanguageJava

Java-challenge

This repository is created for hacktoberfest 2022 - Make 4 pull requests for Hacktoberfest 2022 and earn free swags!

Let's begin

  1. Complete the registartion over https://hacktoberfest.com/
  2. Fork this repository.
  3. Clone on your local machine.
git clone https://github.com/<your github username>/hacktoberfest-2022.git
  1. Navigate to the project directory.
cd hacktoberfest-2022
  1. Create a new branch.
git checkout -b my-new-branch
  1. Add your contribution.
git add .
  1. Commit your changes.
git commit -m "Relevant message"
  1. Push your changes.
git push origin my-new-branch
  1. Create a new pull request from your forked repository.
  2. Congratulations 🎉 you just made a pull request!