/Hacktoberfest-2023

Hacktoberfest 2023 is a month-long celebration of open source software, where people from all over the world come together to contribute to open source projects. It's a great opportunity to learn new skills, make a difference in the open source community, and win free swag!

Primary LanguagePython

Do Check out Contributing.md

Thanks to all the Contributers -

How to Contribute in Hacktoberfest 2023?

If you are very new to Open Source and Don't Know about Git and Github you should learn them. Learn Git and Github


If you know Git and Github you should follow along.

Clone this Repository

git clone https://github.com/yash-gulatii/Hacktoberfest-2023.git

Add your Code in the Directory for Your Programming Language (Create a Directory if it doesn't exists)

cd Directory_Name

Get out of the Directory

cd ..

Add to Git

git add -A

Commit

git commit -m "Your Message"

Add a Branch

git checkout -b <branch-name>

Push the code to Git

git push -u origin <branch-name>

Create a Pull Request on this Repository