Skip to content

Commit

Permalink
adding best practices to contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellirvin authored Jul 17, 2022
1 parent 8d8db14 commit 3ae16b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ I will periodically update the neetcode.io site with new solutions for this repo

### Contributing

Solutions needed:
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.

Solutions needed (will be linked from [NeetCode.io](https://neetcode.io)):
* Java
* Javascript

Solutions are also welcome for any other supported language on leetcode.com!

In order to get your PR reviewed as quickly as possible, please:
- adhere to existing naming conventions for files/directories
- prefer adding only one solution per PR (not a hard and fast rule, but will typically make the review cycle shorter)
- 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)
- ensure your code passes submission on [leetcode.com](https://leetcode.com)

Complete:
* Python
* C++
Expand Down

0 comments on commit 3ae16b0

Please sign in to comment.