Skip to content

Commit 70e4a36

Browse files
committed
udpate guidance
1 parent c19e4d7 commit 70e4a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
`solution.py` contains the right solution, with everything else unchanged.
3232

33-
**Rule of Thumb: ** A challenge should NEVER ask users to write the actual implementation. Users are expected to write type hints and type hints only, and be able to pass the tests.
33+
**Rule of Thumb**: A challenge should *NEVER* ask users to write the actual implementation. Users are expected to write type hints and type hints only, and be able to pass the tests.
3434

3535
5. Test with [`pyright`](https://microsoft.github.io/pyright/#/installation?id=command-line) to make sure your new challenge works as expected.
3636

0 commit comments

Comments
 (0)