You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ If you would like to have collaborator permissions on the repo to merge your own
17
17
## Contributing Guidelines
18
18
19
19
-**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**_ /
22
23
-**Give your PR a succinct and accurate title** (e.g. _"Create: 1-Two-Sum.py"_)
23
24
- Prefer **one solution/change per PR** (not a hard and fast rule, but will typically make the review cycle shorter)
24
25
-**Follow the**[PR template](./.github/pull_request_template.md) and add additional information when needed
0 commit comments