From 6e0a21dc72ef15d8815600566214628539ef9f5b Mon Sep 17 00:00:00 2001 From: Anthony Marakis Date: Mon, 23 Oct 2017 19:59:45 +0300 Subject: [PATCH] add gsoc write-ups --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 400455274..c8a165a25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,9 @@ How to Contribute to aima-python 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 on how you can help. -The main ways you can contribute to the repository are the following: +First of all, you can read these write-ups from past GSoC students to get an idea on what you can do for the project. [Chipe1](https://github.com/aimacode/aima-python/issues/641) - [MrDupin](https://github.com/aimacode/aima-python/issues/632) + +In general, the main ways you can contribute to the repository are the following: 1. Implement algorithms from the [list of algorithms](https://github.com/aimacode/aima-python/blob/master/README.md#index-of-algorithms). 1. Add tests for algorithms that are missing them (you can also add more tests to algorithms that already have some).