Skip to content

Commit 26c7b1d

Browse files
authored
Update CONTRIBUTING.md
1 parent dcc137c commit 26c7b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you would like to have collaborator permissions on the repo to merge your own
2020
- For files, it's **`<language>/<problem-number>-name-of-problem.<language-extension>`** (e.g. `java/0001-two-sum.java`)
2121
- Make sure the `problem-number` is formatted as four digits adding leading zeroes if necessary
2222
- You can find the `name-of-problem` in the leetcode URL, e.g https://leetcode.com/problems/ _**two-sum**_ /
23-
- **Give your PR a succinct and accurate title** (e.g. _"Create: 1-Two-Sum.py"_)
23+
- **Give your PR a succinct and accurate title** (e.g. _"Create: 0001-two-sum.py"_)
2424
- Prefer **one solution/change per PR** (not a hard and fast rule, but will typically make the review cycle shorter)
2525
- **Follow the** [PR template](./.github/pull_request_template.md) and add additional information when needed
2626
- **Make sure your code passes** submission on [leetcode.com](https://leetcode.com) for the problem it solves

0 commit comments

Comments
 (0)