Skip to content

Commit c19e4d7

Browse files
committed
Update contribution guidance
1 parent e556879 commit c19e4d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Contribute.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
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.
34+
3335
5. Test with [`pyright`](https://microsoft.github.io/pyright/#/installation?id=command-line) to make sure your new challenge works as expected.
3436

3537
6. Create a Pull Request.

0 commit comments

Comments
 (0)