Skip to content

Commit ee7a3bc

Browse files
authoredDec 28, 2022
Update CONTRIBUTING.md
1 parent fafc372 commit ee7a3bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ If you would like to have collaborator permissions on the repo to merge your own
1717
## Contributing Guidelines
1818

1919
- **Match the casing of files and directories**
20-
- For files, it's **`<language>/<problem-number>-Name-Of-Problem.<language-extension>`** (e.g. `java/1-Two-Sum.java`)
21-
- *Note: This is subject to change in the future, as [described in this issue](https://github.com/neetcode-gh/leetcode/issues/457#issuecomment-1233558291)*
20+
- For files, it's **`<language>/<problem-number>-name-of-problem.<language-extension>`** (e.g. `java/0001-two-sum.java`)
21+
- Make sure the `problem-number` is formatted as four digits adding leading zeroes if necessary
22+
- You can find the `name-of-problem` in the leetcode URL, e.g https://leetcode.com/problems/ _**two-sum**_ /
2223
- **Give your PR a succinct and accurate title** (e.g. _"Create: 1-Two-Sum.py"_)
2324
- Prefer **one solution/change per PR** (not a hard and fast rule, but will typically make the review cycle shorter)
2425
- **Follow the** [PR template](./.github/pull_request_template.md) and add additional information when needed

0 commit comments

Comments
 (0)