Skip to content

Commit 3ae16b0

Browse files
adding best practices to contributing
1 parent 8d8db14 commit 3ae16b0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ I will periodically update the neetcode.io site with new solutions for this repo
66

77
### Contributing
88

9-
Solutions needed:
9+
To contribute, please fork this repo and open a PR against `main` for a problem that does not yet have a solution in a given language.
10+
11+
Solutions needed (will be linked from [NeetCode.io](https://neetcode.io)):
1012
* Java
1113
* Javascript
1214

15+
Solutions are also welcome for any other supported language on leetcode.com!
16+
17+
In order to get your PR reviewed as quickly as possible, please:
18+
- adhere to existing naming conventions for files/directories
19+
- prefer adding only one solution per PR (not a hard and fast rule, but will typically make the review cycle shorter)
20+
- ensure your code is consistently formatted according to the language you're writing in (there are free online formatters: [formatter.org](https://formatter.org/) and [textmagic](https://freetools.textmagic.com/source-code-formatter) to name a few)
21+
- ensure your code passes submission on [leetcode.com](https://leetcode.com)
22+
1323
Complete:
1424
* Python
1525
* C++

0 commit comments

Comments
 (0)