Skip to content

Commit 44f1d57

Browse files
authored
Added links to README.md to contribute wiki
1 parent 0de81e3 commit 44f1d57

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repo contains a dataset of python programming puzzles which can be used to teach and evaluate
44
an AI's programming proficiency. We hope this dataset with **grow rapidly**, and it is already diverse in
55
terms of problem difficult, domain,
6-
and algorithmic tools needed to solve the problems. Please [contribute](#contributing)!
6+
and algorithmic tools needed to solve the problems. Please [contribute](../../wiki/How-to-add-a-puzzle)!
77

88

99
## What is a python programming puzzle?
@@ -99,9 +99,7 @@ and [math problems](https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_m
9999
## Contributing
100100

101101
This project welcomes contributions and suggestions. Use your creativity to help teach
102-
AI's to program! To allow for solutions
103-
in multiple languages, the answer to a puzzle has to be a single input that is a basic type
104-
such as `str`, `int`, `float`, `bool`, or a `List` or `Set` (or list of lists, etc.) of them.
102+
AI's to program! See our [wiki on how to add a puzzle](../../wiki/How-to-add-a-puzzle).
105103

106104
Most contributions require you to agree to a
107105
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us

0 commit comments

Comments
 (0)