Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 675 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 675 Bytes

How to Contribute

  1. Fork this repo by clicking on the Fork button in the top-right corner. This creates a new copy of my this repo under your GitHub user account with a URL like:
https://github.com/<YourUserName>/HacktoberFest2022
  1. Clone the repo by opening the terminal on your computer and running the command:
$  git  clone  https://github.com/<YourUserName>/HacktoberFest2022
  1. Choose any problem on LeetCode (or choose your already solved question).

  2. Paste the solution code in new file in appropriate folder.

  3. Add and commit the changes and push the changes.

  4. Make a pull request.