From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 306E9383981B for ; Thu, 7 Apr 2022 15:43:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 306E9383981B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 31E221F85E; Thu, 7 Apr 2022 15:43:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1649346185; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=819c/OpoTQUYcqXRDkJuEYwMyAr6DQ1jpy/7anF4HwY=; b=tk2HEIwhwOxFcvqeziGhi2k+eHFPIK39+TgbNy2M/4hCAMN73Q0SJ3ZsS4MPQGHh0q0GVP iJP2X5EP0HcomzLFIGldBsJzWKlbpGu4XuN17PdKsFUL8R0l+usDkbh0ha8OU/UAKvBxdp zEUZRTXDQfp/PXFTd41OwjiCHL7od3Q= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1649346185; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=819c/OpoTQUYcqXRDkJuEYwMyAr6DQ1jpy/7anF4HwY=; b=CMk1Q689gbvV6sVJY9ML1iBuHtBIT6mfx/Rq9/J9Qp5AV0i9CF+wlY8ULtRCfKiUk3ZdaH 88gI+0Wo+3E25QCQ== Received: from suse.cz (virgil.suse.cz [10.100.13.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 137A4A3BAF; Thu, 7 Apr 2022 15:43:05 +0000 (UTC) From: Martin Jambor To: Prashant Bharadwaj Cc: GCC Mailing List Subject: Re: GSOC '22 In-Reply-To: <64BE66F4-A82A-4B9A-AB76-642159F7927F@gmail.com> References: <64BE66F4-A82A-4B9A-AB76-642159F7927F@gmail.com> User-Agent: Notmuch/0.35 (https://notmuchmail.org) Emacs/27.2 (x86_64-suse-linux-gnu) Date: Thu, 07 Apr 2022 17:43:04 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2022 15:43:07 -0000 Hello Rajveer, On Tue, Apr 05 2022, Prashant Bharadwaj wrote: > Hi Martin,=20 > > My name is Rajveer, and I am currently a B.Tech CSE 2nd year student, > a new comer to GSOC, I would like to connect with you as a > contributor=E2=80=A6and needed help on how I can help and contribute to y= our > repo..not just in terms of this competition=E2=80=A6before nay further lo= ng > discussion here is my Personal CV and all links are available in the > CV below: > > I would be obliged if you could guide me=E2=80=A6as I am quite familiar w= ith > Open Source..and have done contributions and have got few PRs > merged..but am a little confused regarding GSOC=E2=80=A6and stuff=E2=80= =A6Please have > a look at me and my skills.. We are delighted you find contributing to GCC interesting. My general advice is to look at our GSoC page at https://gcc.gnu.org/wiki/SummerOfCode where we not only have a list of suggested projects but also information how to familiarize at least a little bit with our big code-base and other tips. If you have any specific question, technical or otherwise, feel free to ask, preferably on the mailing list. Good luck! Martin