Code Monkey home page Code Monkey logo

leetcodeproblems's Introduction

Hacktoberfest 2022

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

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 checkout command:

git checkout -b 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.

Thank you ๐Ÿ˜Š

End

leetcodeproblems's People

Contributors

ajeet1308 avatar amitesh1801 avatar ankitbhujeja avatar avd30 avatar chetna1xyz avatar jaym2510 avatar kanak-chaudhary avatar kratika2314 avatar narendrapawar11 avatar nayan1xyz avatar pratishshrivastava avatar rxghavdev avatar soumikbaithalu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.