File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If you would like to have collaborator permissions on the repo to merge your own
20
20
- For files, it's ** ` <language>/<problem-number>-name-of-problem.<language-extension> ` ** (e.g. ` java/0001-two-sum.java ` )
21
21
- Make sure the ` problem-number ` is formatted as four digits adding leading zeroes if necessary
22
22
- 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"_ )
24
24
- Prefer ** one solution/change per PR** (not a hard and fast rule, but will typically make the review cycle shorter)
25
25
- ** Follow the** [ PR template] ( ./.github/pull_request_template.md ) and add additional information when needed
26
26
- ** Make sure your code passes** submission on [ leetcode.com] ( https://leetcode.com ) for the problem it solves
You can’t perform that action at this time.
0 commit comments