Skip to content

Commit 764984c

Browse files
authored
Update CONTRIBUTING.md
Clarified requirements around imports and classes.
1 parent 0571cff commit 764984c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We’re excited to have you contribute to this repository, and your efforts will
1010

1111
4. Always **create a new branch** for your additions or changes. We recommend creating separate branches for each chapter you’re contributing. Example: `git checkout -b java-solutions-linked-lists`.
1212

13-
5. Stay true to existing variable/function naming, code comments and algorithm structure. Feel free to add additional comments for clarity, especially if any language-specific nuances are included.
13+
5. Stay true to existing variable/function naming, code comments and algorithm structure. If imports are necessary for the code to run, include them. Don't wrap the code around a class unless it's mandatory for the language, or the problem necessitates a class. Feel free to add additional comments for clarity, especially if any language-specific nuances are included.
1414

1515
6. **Test your code**. Be sure your code runs. We're currently working on making all test cases public. In the mean time, please use your own set of diverse test cases.
1616

0 commit comments

Comments
 (0)