Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdb3da1

Browse files
authoredMar 10, 2023
Update README.md
1 parent 00f221f commit bdb3da1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# LeetCode-in-TypeScript
22
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

Comments
 (0)
Please sign in to comment.