Skip to content

Commit 3a03a88

Browse files
committed
Update guidance
1 parent f64bb3e commit 3a03a88

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/Contribute.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# How to add a new challange?
1+
# So you want to create a new challange
2+
3+
Awesome, this guide will help you create a new challenge. Before diving into the details, there's an important question: how to find an idea for a new challenge? There are two good ways:
4+
5+
- Real-world problems you encountered in work and/or study;
6+
- Every typing related PEP has numerous examples discussing different uses cases (e.g. [PEP 646](https://peps.python.org/pep-0646/))
7+
8+
Once you come up with an idea, go to the next steps.
9+
10+
# Steps
211

312
1. Fork this project if you haven't done so
413

@@ -13,7 +22,8 @@
1322
```python
1423
"""
1524
TODO:
16-
foo should accept a dict argument, both keys and values are string.
25+
26+
foo should accept a dict argument, both keys and values are string.
1727
"""
1828

1929
def foo(x):

0 commit comments

Comments
 (0)