GSoC Guides

How to Contact GSoC Mentors Without Spamming Them

Contact GSoC mentors with researched questions, the community's preferred channel, respectful follow-up and message examples that volunteers can answer.

GOGSoC Orgs Team12 min read

Share via

GSoC Guides

To contact GSoC mentors without spamming them, use the organization's published channel, show that you completed basic research, and ask one question a community member can answer. Do not open with a request for selection, private mentorship, an “easy issue,” or a complete proposal plan. A good first message begins a public working conversation; it does not demand a personal service.

The official Making First Contact guide recommends observing how a community communicates, reading its archives and documentation, introducing yourself, and asking legitimate questions. Google's applicant advice likewise says to talk with the organization after inspecting its code and channels. First use the evidence-based guide to choose a GSoC organization, then make contact with a reason for choosing it.

Understand what a GSoC mentor does

Before selection, you are usually speaking with project maintainers, possible mentors, organization administrators and other contributors—not requesting that Google assign you a tutor. Organizations decide how mentors are associated with ideas and proposals. A committed mentor must eventually support a ranked project, but an applicant does not secure that relationship by repeatedly messaging one person.

Google's current roles and responsibilities say mentors guide accepted contributors, help them integrate, provide feedback, establish realistic objectives and communicate regularly during the program. Those duties are substantial, and mentors are normally volunteers with project work, employment and lives outside GSoC.

Before acceptance, your immediate goal is smaller:

  • learn how the community makes decisions;
  • confirm that an idea and contribution path are current;
  • resolve a specific uncertainty after self-directed research;
  • demonstrate that you can communicate clearly and respond to feedback;
  • decide whether this community's workflow fits you.

Approach the entire community rather than trying to build a secret relationship with one decision-maker. Healthy open source projects distribute knowledge, and public discussion lets another qualified person help when a named mentor is unavailable.

Research before you contact GSoC mentors

Read enough to avoid questions already answered in the first screen of documentation. This does not mean understanding the whole codebase. It means respecting the information the community already prepared.

Use this research sequence:

  1. Read the organization's current GSoC profile and ideas page.
  2. Follow its applicant, contributor and proposal instructions.
  3. Locate the repository and relevant component.
  4. Search issues, pull requests and discussion archives for the same topic.
  5. Read the code or documentation immediately around the idea.
  6. Attempt the documented setup or reproduction when practical.
  7. Write down what you know, what you tried and the one uncertainty blocking progress.

If the organization requires a test task, introduction format or dedicated GSoC channel, comply before improvising. Requirements are organization-specific and can change yearly. Verify them on the current source as of the day you contact the community.

The first-contribution workflow helps turn this research into a reproducible problem report or small patch. Even when you have no patch yet, a traceable investigation makes your question useful.

Choose the preferred communication channel

The correct channel is the one the organization publishes—not the platform you personally check most often. The official GSoC organization profile and ideas page commonly point to mailing lists, forums, issue trackers, IRC, Matrix, Slack, Discord, Zulip or another community tool.

Use this decision tree:

SituationBest starting channel
General applicant or project questionPublished GSoC/application channel or development forum
Reproducible bug or bounded implementation questionRelevant issue or repository discussion, following local rules
Design decision affecting several contributorsPublic development list, design forum or project issue
Question already covered by a threadContinue that thread if the community permits and add new evidence
Private eligibility, conduct or personal-data concernNamed private contact, org admin or official support route
Maintainer explicitly requests a direct conversationThe requested channel, with a public summary when appropriate

Do not copy the same message to a mailing list, chat room, GitHub issue, LinkedIn and personal email. Cross-posting fragments answers and creates pressure. If you must move a conversation, link the earlier context and explain why.

Google's current communication best practices specifically warn applicants not to chase unresponsive mentors through social media. They also caution against expecting immediate answers. Follow the organization's code of conduct in every channel.

Build a useful introduction

A first introduction should be short enough to read and specific enough to place you. It needs four elements:

  1. Identity: your preferred name and relevant working context, without a life story.
  2. Reason for this community: a concrete mission, component or project idea.
  3. Evidence of preparation: documentation read, setup attempted, issue reproduced or related work completed.
  4. Focused next step: one question or proposed action.

Template:

Hello, I’m [name]. I work mainly with [relevant tools] and am exploring [current project/idea] because [specific community or technical reason]. I read [idea/contributor document] and traced [behavior] through [module/issue]. I tried [brief attempt/result]. Before I [bounded next action], could someone confirm whether [one precise question]?

Do not list every language, course and certificate. A maintainer needs the facts that affect this conversation. Link a profile or prior work only when it supports the topic.

Ask technical questions that are easy to answer

A strong technical question gives the responder a shared starting point. Include environment and reproduction details for a bug; include the relevant interface and constraint for a design question. Explain attempts without pasting pages of raw logs.

Use the C-A-T-E check:

  • Context: What component, idea, issue or version is involved?
  • Attempt: What did you read, run or test?
  • Target: What result are you trying to reach?
  • Exact uncertainty: Which decision or fact is still unclear?

Weak: “How do I implement project number four? Please guide me from scratch.”

Better: “The idea page says the exporter must preserve existing plugin compatibility. I found the current registry in module X and the version check in module Y. Would a new adapter be expected to implement the old interface, or is the planned API migration part of this project's scope?”

The better question can reveal a mistaken assumption early. It also shows how you decompose work, which matters when you later choose and scope a GSoC project.

Keep public and private communication in the right places

Public-by-default technical communication offers searchable history, fair access for other applicants and review by the broader community. It reduces dependence on one mentor and lets maintainers correct each other. Many open source communities therefore prefer design, issue and contribution discussion in public.

Private communication remains appropriate for:

  • personal information or documents;
  • harassment, conduct or safety reports;
  • private eligibility details;
  • interview logistics when the organization uses interviews;
  • a conversation explicitly moved by a mentor or org administrator.

Do not publish private messages, email addresses or interview content without permission. Conversely, do not use private contact to seek unpublished project information, preferential review or a selection promise. If a private conversation settles a technical question, ask whether a short public summary should be posted for the project record.

Compare bad, improved and strong messages

Example 1: asking for an issue

Bad:

Hi sir, I want to crack GSoC. Please assign me a beginner issue quickly.

Improved:

Hello, I’m learning the repository and would like to contribute. Is issue 123 available?

Strong:

Hello, I’m Mira. I followed the contributor setup and reproduced issue 123 on the current main branch. The failing path appears limited to the CSV serializer, and I found no open PR after searching the issue links. I can first add a regression test and then update the empty-field branch. Is preserving the old whitespace behavior required?

The improved version is polite but still leaves research to the reader. The strong version makes a bounded answer possible.

Message example: asking about a project idea

Bad:

I know Python and AI. Tell me which project will get selected.

Improved:

Which Python project is suitable for a beginner?

Strong:

I am comparing ideas A and B. I can run A's test suite and have worked with its data format, while B requires framework C that I have not used. The ideas page labels both medium-sized. Is A's migration dependency expected to be resolved before coding, or should a proposal include a fallback adapter?

No mentor can reliably promise selection. They can clarify project facts that improve your decision.

Message example: requesting proposal feedback

Bad:

Review my proposal urgently and tell me everything to change.

Improved:

Could you review my proposal when free?

Strong:

I updated the draft after our scope discussion and moved the optional exporter behind the core compatibility milestone. Could you confirm whether the week-five acceptance test reflects the community's expected behavior? The draft and related issue are linked here.

Specific feedback requests reduce volunteer effort and preserve your ownership of the plan. For full drafting guidance, see how to write a GSoC proposal.

Follow up without creating pressure

There is no global “wait exactly 48 hours” rule. Mailing lists, real-time chat and issue trackers have different cadences. Look at recent comparable threads, consider weekends, conferences, releases and holidays, and check whether your message requires a particular expert.

Before following up, ask:

  • Did I use the published channel?
  • Is the answer already in documentation or archives?
  • Did I include enough context and a precise question?
  • Does someone need to reproduce a complex result?
  • Can I make safe progress without the answer?
  • Is another community member able to respond?

One useful follow-up might say:

Following up with one additional result: I tested the same case against the previous release and confirmed it is a regression. I added the minimal reproduction to issue 123. If this component is currently unmaintained, please let me know and I will stop here.

Do not post “ping” every day. Do not tag an expanding list of maintainers. Do not manufacture urgency from the application deadline; submitting early is your responsibility.

Decide what to do when no mentor responds

Silence has several possible explanations: the question is unclear, the channel is wrong, the expert is busy, the idea is stale, or the community lacks capacity. Diagnose before interpreting it as rejection.

ObservationNext action
Channel has recent activity but your broad question received noneRewrite it with evidence and one exact ask
Named mentor is inactive but other maintainers respondAddress the community, not the individual
Issue is old and nobody confirms relevanceDo not implement; select current work
The entire channel and repository are quietReassess the organization with current evidence
Conduct or private concern is ignoredUse the code-of-conduct or org-admin escalation path
Application deadline is closeSubmit only what you can defend; do not pressure volunteers

After one reasoned follow-up, continue independent research or move to another viable project. A prospective mentor's absence is not permission to contact them across personal accounts. It is also legitimate evidence about mentor availability, though a single delayed response should not define an entire community.

Respect volunteer boundaries and cultural differences

Write in plain language, avoid gendered honorifics unless a person requests one, and do not assume fluency, location or working hours. Text can make a brief answer look harsh; ask for clarification before assigning intent. Follow the code of conduct even when another participant does not.

Mentors should not be expected to:

  • choose your career direction or technology stack;
  • teach prerequisites from the beginning;
  • reserve a project before formal selection;
  • review repeated generic proposals;
  • answer immediately or outside published channels;
  • promise an organization slot or acceptance;
  • debug code you have not attempted to understand.

Applicants should expect clear requirements, professional treatment and a usable escalation path. Respecting volunteer time does not mean tolerating harassment, discriminatory conduct or demands for secret favors. Use the organization's conduct process or official contacts when a boundary is crossed.

Evaluate community communication health

Contact is also due diligence. Observe the system rather than trying to impress one person.

Healthy signals include:

  • contributor documentation names current channels and expectations;
  • several community members can answer routine questions;
  • maintainers explain why changes are accepted or declined;
  • issues and ideas have current owners or clear status;
  • review is firm but professional;
  • project decisions are recorded where contributors can find them;
  • mentor availability and backup paths are discussed honestly.

Warning signals include contradictory instructions, pressure to communicate only in secret, abusive responses, no visible development activity, or an idea with no one willing to mentor it. None of these alone yields an acceptance probability, but together they affect whether a project can be delivered.

A conversation is mutual evaluation

You are not only demonstrating communication. You are learning whether the community offers the documentation, feedback and mentor capacity needed for the project.

Contact checklist before sending

  • I verified the current organization, idea and channel.
  • I read the contributor instructions and searched prior discussions.
  • My message contains only relevant background.
  • I state what I tried and what happened.
  • I ask one question with a bounded answer.
  • I removed secrets, private data and unnecessary logs.
  • I am using a public channel unless privacy or instructions require otherwise.
  • I am not requesting selection, guaranteed review or private tutoring.
  • I can wait according to the community's normal cadence.
  • I know the appropriate next step if nobody responds.

Good contact produces information you can act on: a clarified issue, a better project boundary, a relevant contribution or a reason to change direction. Carry that evidence into your GSoC 2027 preparation plan and application; do not turn the conversation into a performance measured by message count.

Frequently asked questions