Skip to content

Commit 48f079e

Browse files
authored
Update CONTRIBUTING.md
1 parent bd6ec0d commit 48f079e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
How to Contribute to aima-python
22
==========================
33

4-
Thanks for considering contributing to `aima-python`! Here is some of the work that needs to be done:
4+
Thanks for considering contributing to `aima-python`! Whether you are an aspiring [Google Summer of Code](https://summerofcode.withgoogle.com/organizations/5663121491361792/) student, or an independent contributor, here is a guide to how you can help:
5+
6+
## Read the Code and Start on an Issue
7+
8+
- First, read and understand the code to get a feel for the extent and the style.
9+
- Look at the [issues](https://github.com/aimacode/aima-python/issues) and pick one to work on.
10+
- One of the issues is that some algorithms are missing from the [list of algorithms](https://github.com/aimacode/aima-python/blob/master/README.md#index-of-algorithms).
511

612
## Port to Python 3; Pythonic Idioms; py.test
713

0 commit comments

Comments
 (0)