Every year in October, an open source event called Hacktoberfest inspires individuals all over the world to actively engage in and contribute to open source projects that are hosted on GitHub and GitLab. By taking part in this event, you may receive a free GitHub swag pack. You must submit 4 pull requests in order to receive that awesome swag pack.
In this repo you can find 3 issues that I have opened. You can pick an issue and complete it by using C#
- Complete the registartion over https://hacktoberfest.com/
- Fork this repository.
- Clone on your local machine.
HTTPS
git clone https://github.com/<your github username>/HacktoberFest2022.gitSSH
git@github.com:<your github username>/HacktoberFest2022.git- Navigate to the project directory.
cd HacktoberFest2022- Create a new branch.
git checkout -b my-new-branch- Add your contribution.
git add .- Commit your changes.
git commit -m "Relevant message"- Push your changes.
git push origin my-new-branch-
Create a new pull request from your forked repository.
-
Congratulations 🎉 you just made a pull request!
