From f9d2706448b39dfc218b8b57b4c08fc916e6b4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Thu, 24 Jan 2019 19:11:42 +0100 Subject: [PATCH 1/2] Add info that mentors should include contact info. --- project_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template.md b/project_template.md index 1a36e97..a4af6d8 100644 --- a/project_template.md +++ b/project_template.md @@ -28,5 +28,5 @@ If possible: easy, medium, hard Possible mentors ---------------- -At least one person that is able (see [this Google page](https://developers.google.com/open-source/gsoc/help/responsibilities#mentor_responsibilities) for a description of what it takes to e a mentor) and willing to mentor for this project. Do ask the respective person beforehand! +At least one person that is able (see [this Google page](https://developers.google.com/open-source/gsoc/help/responsibilities#mentor_responsibilities) for a description of what it takes to e a mentor) and willing to mentor for this project. Include contact information so students can approach the mentors. Do ask the respective person beforehand! From e138b666377550f9e2dbb32b35ebc93b57153618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Mon, 28 Jan 2019 10:28:25 +0100 Subject: [PATCH 2/2] Spice up readme some more. --- README.md | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f7001dd..cd7c6d6 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,40 @@ -# Ideas for Perl submission to the Google Summer of Code. +# Google Summer of Code ideas page for Perl projects -Please add your ideas for the Google Summer of Code to this repository. -Use a separate file for each idea and do use the [project idea template](project_template.md). Put the file in the perl5 or perl6 directory, or create a new one if it does not fit exactly in any of them. -Please also add your project idea to the list below, itemized. +This repository lists GSoC project ideas for Perl and related projects. -The project ideas needs to meet certain criteria described [on this Google page](https://google.github.io/gsocguides/mentor/defining-a-project-ideas-list). When you use the template you should be good to go. +If you are a student and have a project idea not listed below, feel free to contact the organization administrators and just ask! +* [JJ Merelo](https://github.com/JJ) +* Makoto Nozaki + + +Project ideas +------------- + +* [Improve encoding and decoding in Chinese](perl6/encoding-decoding.md), + proposed by [Samantha McVey](https://github.com/samcv) + + +Incomplete project ideas +------------------------ * [Perl 6 documentation tools](perl6/docs.md), proposed by [JJ Merelo](https://github.com/JJ). + * [Continue work on the Perl 6 TLS modules](perl6/TLS.md), proposed by [ufobat](https://github.com/ufobat). * [Improve argument parsing in Perl 6](perl6/argument-parsing.md), proposed by [Alex Daniel](https://github.com/AlexDaniel) - -* [Improve encoding and decoding in Chinese](perl6/encoding-decoding.md), - proposed by [Samantha McVey](https://github.com/samcv) - + * [Improve CI toolchain](perl6/build-toolchain-improvements.md), proposed by [Daniel Green](https://github.com/masterduke17) + + +Adding ideas +------------ + +To add project ideas create a pull request for this repository. +Just copy the [project idea template](project_template.md) into the perl5 or perl6 directory (or create a new one if it does not fit exactly in any of them) and fill it out. Use a separate file for each project idea. +Please also add your project idea to the *Project ideas* list above, itemized. If you have an idea but no mentor or the idea is not entirely fleshed out, add it to *incomplete project ideas* and try to complete it. Ideas without a mentor will have to be removed before this list is submitted to Google. + +Project ideas need to meet certain criteria described [on this Google page](https://google.github.io/gsocguides/mentor/defining-a-project-ideas-list). When you use the template you should be good to go.