crpoudyal / hacktober-fest-2022

Get Started with your open source journey with hacktoberfest 2022.

Home Page:https://www.youtube.com/channel/UCxsMWEhnzCy85UDsxir66Yw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022 with Code Outside

Just fork it and add a any algorithm / progarm to contribute for hacktober fest and send a Pull Request!

note :- first make a issue wait for assigning then work on the pr.

Get yourself free goodies by just writing a hello world!

Say hi to the world in any language of your choice!

What is Hacktoberfest?

Hacktoberfest is a program by Digital Ocean and Github, where you can easily win a T-Shirt just by making 4 pull requests in the month of October to any open source projects on Github.

Steps to follow πŸ“œ

1. Register for Hacktoberfest

  • How to register

2. Fork it 🍴

You can get your own fork/copy of Hacktoberfest by using the Fork button.

3. Add a Program in any Language you like πŸ‡

Once you have forked the repo, add your progam in the language folder in

main branch, if there is no language folder, make one, then add into it.

4. Ready, Steady, Go... 🐒 πŸ‡

Once you have completed these steps, you are ready to start contributing by creating pull requests.

5. Give this Project a Star ⭐

If you liked working on this project, please share this project as much

as you can and star this project to help as many people in opensource as you can.


Basic git commands: scroll:

1. Clone the repository

Open a terminal and run the following git command:

git clone "url of the repo you want to clone"

2. Create a branch

Switch to the repository directory on your computer (if you are not there):

Now create a branch using git switch command:

git switch -c branch-name

Replace branch-name to the branch name of your choice.

3. Make necessary changes and commit

Do the changes you want to make in the project.

Add those changes to the branch you just created using the git add command:

git add file-name

Replace file-name with name of the file in which you made changes.

Now commit those changes using the git commit command:

git commit -m "Enter the message of your choice"

4. Push changes to GitHub

Push your changes using the command git push:

git push origin -u your-branch-name

replacing your-branch-name with the name of the branch you created earlier.

Connect us on πŸ”—

youtube instagram

End

About

Get Started with your open source journey with hacktoberfest 2022.

https://www.youtube.com/channel/UCxsMWEhnzCy85UDsxir66Yw

License:MIT License


Languages

Language:Python 57.5%Language:Java 27.5%Language:Dart 12.8%Language:C++ 1.6%Language:JavaScript 0.5%