From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id F11DD3858029 for ; Sat, 20 Nov 2021 13:05:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F11DD3858029 Received: by mail-wm1-x330.google.com with SMTP id 133so10995086wme.0 for ; Sat, 20 Nov 2021 05:05:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e7Q41KCGVssLWvw/LhW12jn3Ma5fKqz4BEH4ejeIijc=; b=v/O6w5qc6mZ+oF0OqQLtqbdnLV/wnHye+SzbVatYYuyRQnHBypLsCVjl2Af0kp9MTG bgPfOjeWceloB3yMKEYYNsZZI2mV8zTN5xcTfGnDFks5oZCrXmS955a5NJyJqB6tNZXJ AZeKmgNtGDA5N91Ek8iFSGPsAsZIppU+VMcdTFqHdrJiPPHG0NbR/adn+OYYN9GiqCkd d9M0U0wbf3LkFms3oR1XzXxDrcjf3TixMmyxiO4Az6sFkbxublzZxzoO/FSQ0CbZz/uT JlaxxZN6YDAj8n3HS4dxpkgH7C8FOqiGXZTy0iKRZF2a8w412DCh19es3HEy8CbsHZL1 PkRA== X-Gm-Message-State: AOAM531HbZryzFbRVhmCyMd5e8ITVPE/iSwQ0JehPCR37JqZKxBUfSBO xSfY3TNl7vmHgiMSU7ewcmYjb1Tz+MB7DqGIt3g= X-Google-Smtp-Source: ABdhPJz8tW+ARjKf4NFe0FgbHBYN8CfBkCAtFG1AriGAFbHIYE/3tM3HjC6gVB9kyPYBZPdr2tMGKTjInMq7Bc2qyU0= X-Received: by 2002:a1c:21d7:: with SMTP id h206mr9655653wmh.60.1637413527712; Sat, 20 Nov 2021 05:05:27 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: parth rastogi Date: Sat, 20 Nov 2021 18:35:16 +0530 Message-ID: Subject: Re: How to get started with contribution To: Jonathan Wakely Cc: "gcc@gcc.gnu.org" X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Sat, 20 Nov 2021 13:05:30 -0000 Thank you, I will do that. On Sat, Nov 20, 2021 at 4:12 PM Jonathan Wakely wrote: > On Sat, 20 Nov 2021 at 10:06, parth rastogi via Gcc > wrote: > > > > Respected Sir/Ma'am, > > I am Parth Rastogi, a computer science undergrad. I have just entered my > > second year at Manipal University Jaipur. I am new to open source > > contributions but I am well aware of C++, C, Python, and Javascript. I > > would love to contribute to your organization but could you please tell > me > > how to get started. > > Hoping to hear from you soon. > > Regards > > Parth Rastogi > > Thanks for your interest in GCC! > > A good place to start is by reading the project's mailing list (the > one you've contacted!) and if you did that, you would find this > question has already been asked and answered several times this month. > You could start by reading those previous threads, so we don't need to > keep repeating ourselves. > > See these threads (and others): > > https://gcc.gnu.org/pipermail/gcc/2021-November/237719.html > https://gcc.gnu.org/pipermail/gcc/2021-November/237745.html > https://gcc.gnu.org/pipermail/gcc/2021-November/237754.html >