GSoC Participation Expectations

The place for collaboration in Open Source CAD/CAE/CAM/...

GSoC Participation Expectations

Covered below in detail are the expectations for Summer of Code students that are accepted to participate. In addition to the acceptance criteria that all students are required to abide by, there are participation and behavior expectations.

The program timeframe is very short. There’s not much time to get up to speed, so there is a need to be clear of what is expected. Also, many students haven’t done a lot of real-world development work previously. On top of that, most mentors and students are in different locations so coordinated interaction can be difficult at times. Because of this, it’s vitally important to the success of each student’s project for all expectations to be specified and understood before students begin coding for the summer. This should be the first step in a long series of frequent communication between student and their mentor(s).

This document walks through various expectations for students and mentors, as well as addressing various ways to communicate effectively.

The Point

One of the primary purposes of the program is to introduce students to real-world open source development where there are social, collaboration, and other pragmatic concerns in addition to technical implementation issues. It is our goal to integrate all participants as full-fledged new developers on the project not just for the duration of summer but thereafter too. The projects are a very important part of the program, but they’re certainly not the most important part. The point is to have new developers join in development.

Full-time effort

Unless otherwise discussed, students are expected to work about 30 to 40 hours a week on their project. This is essentially a full-time job. If students can’t work this much or if there are periods of time when a student will be away on vacation, then that needs to be discussed beforehand with the mentors or project administrator. The mentors shouldn’t have to hunt you down to keep tabs on your activity either (see Version control below).

Self-motivation and steady schedule

The student is expected to be self-motivated. The mentor may push the student to excel but if the student is not self-motivated to work, then the student probably won’t get much out of participating. The mentors are there to help, but they’re not supposed to be a crutch or substitute for research and hard work.

The student should schedule time to work on the project each day and keep to a regular schedule. It’s not acceptable to fiddle around for days on end and then pull an all-nighter just before deadlines. It will show in code and in the evaluation.

Commit access

Students are treated like any other contributor to the project. That means that in order to get commit access, students need to be actively involved and making small succinct patches at first and engender trust with the existing developers. Once the student shows technical competency, demonstrates respect for the developer guidelines, and is known to work well with the other developers, commit access will be granted. This should happen before coding begins.

Integrated development

This means that students should be working closely with the other developers. Particularly for new projects, students are expected to keep up-to-date and deal with the on-going developments of others (both good and bad) just like any other developer on the project and is conscious of making changes that might break protocol or compatibility. You’re not an outsider. You’re joining a team.

Version control

Once a developer has commit access, they have a responsibility to work cooperatively with the other developers. Particularly for open source projects, the manner in which everyone commits conveys a lot of information about the status, purpose, and directions of development.

DO

AVOID

Frequent communication with mentor

Frequent communication with your mentor is a must. The student should make sure the mentor has a good idea of:

The mentor is one of the most valuable resources to students. The mentors are generally already solid contributors with a long track record of involvement with the project. The mentor likely has worked on the project for long enough to know the history of decisions, how things are architected, the other people involved, the process for doing things, and all other cultural lore that will help the student be most successful.

Before coding begins, the mentor and student should iron out answers to the following questions:

DO

AVOID

Communication with project

Students should not discuss development in private. This includes refraining from private IRC discussions as well as private e-mails even with your mentor unless the discussion involves personal information. Other developers need to be aware of the progress, discussions, and decisions being made even if they’re not a part of that process. It also affords other developers the opportunity to get involved if they have an interest. Don’t be shy, speak up publicly.

IRC

Students should be available via IRC while they are working. This allows for interactive discussions with other developers and other students as well as increased visibility.

Mailing list

Many of the mentors may not be available on IRC due to differences in time zones or familiarity with IRC as a communication medium. Students should get to know their mentor and if mailing list discussions are preferred, the students should also be interactive and visible on the developer mailing list.

Resolving problems

Student can call upon any mentor or other developer, they don’t have to limit their interactions to just their mentor. They shouldn’t limit their interactions to just one mentor. Students having difficulties communicating with any mentor should contact the administrator.

If you’re stuck, ask for help on IRC and/or on the mailing list. If you are still stuck, read the source code. If you’re still stuck, ask for help again. Better questions frequently yield better answers.

Design documents

It’s a good idea for the student to maintain design documents during the course of development. These design documents should cover:

The student and mentor should work out what design document(s) should be maintained during the course of the summer. The design documents should be added to the wiki.


– Thanks –

Thank you to each student for doing your best to follow through with these expectations. Students should consult with any mentor if there are any questions or concerns regarding these expectations.

Many thanks to the Python foundation for their initial write-up document on participant expectations: http://wiki.python.org/moin/SummerOfCode/Expectations