We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa503b9 commit 9aa6518Copy full SHA for 9aa6518
README.md
@@ -8,15 +8,15 @@ _If you like this project, please give me a star._ ★
8
9
## Contributing
10
Your ideas/fixes/algorithms are more than welcome!
11
-```
+
12
1. Fork this repo
13
2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine
14
3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)
15
4. `git add` your desired changes to this repo
16
5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)
17
6. Push to the branch (`git push origin my-awesome-feature`)
18
7. Open your forked repo on Github website, create a new Pull Request to this repo!
19
20
21
## Algorithms
22
0 commit comments