Hello,
It is back again the time of the year to celebrate Hacktoberfest. This repository contains coding exercises that you can easily solve with basic knowledge in programming. You can find a step-by-step guide to contribute to this repository below 🌺🌻.
- First of all, register here.
- Fork this repository.
- Clone the repository to your local machine:
git clone https://github.com/<your github username>/Hacktoberfest_2022.git
- Navigate to the directory.
cd Hacktoberfest_2022
- Create and shift to a new branch.
git checkout -b new-branch-name
- Create a folder inside the languge folder of your choice. Name it as YourName_ExerciseNumber (Ex: Nishu_01)
- Add your solution to the folder.
- Add you contribution.
git add .
- Commit your changes.
git commit -m "commit-message"
- Push the updates.
git push origin <branch-name>
- Visit your forked repository, and make a new pull request.
Yay!!!💛✨🎊🎉 You have completed one pull request!
*Note: Please do not close the issue after contributing with your solution.