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 00f221f commit bdb3da1Copy full SHA for bdb3da1
README.md
@@ -1,2 +1,13 @@
1
# LeetCode-in-TypeScript
2
TypeScript Solution for LeetCode algorithm problems, continually updating
3
+
4
+## Contributing
5
+Your ideas/fixes/algorithms are more than welcome!
6
7
+1. Fork this repo
8
+2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/LeetCode-in-TypeScript.git`) onto your local machine
9
+3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)
10
+4. `git add` your desired changes to this repo
11
+5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)
12
+6. Push to the branch (`git push origin my-awesome-feature`)
13
+7. Open your forked repo on Github website, create a new Pull Request to this repo!
0 commit comments