From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id AED7F3858C3A for ; Sat, 20 Nov 2021 10:42:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AED7F3858C3A Received: by mail-wr1-x432.google.com with SMTP id s13so22727379wrb.3 for ; Sat, 20 Nov 2021 02:42:14 -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=fGKQVIZYf9MoGxpiEcO9HZKw2AxZKEH9uM47KeQSf0Q=; b=fQHulqO9IcTrlxEBh5Gjuc3c7t0MAKNjGPx87dg7OErNgcaEoMJ5qjza+8UTtoR3vv /f2CFrm0LQk1D8Ln2ZtzI03BgkTKakw5oVw2xMqLLJpN1zV5U0qBdmS8sx8wGGCqF0VR wO50nxQ2iqCXVumzkZo5+D6enZFZz3R8nsPaRfcnnrNYx5TDEb49aGMaHzWXzO2Tne8+ yLqoKkb8IFpTCxodvxcWbm/qwxWoPX/mr10z9sAgwH9dv7Y+JRwol//YSv+tbvwpcZWQ vcxId3a61wIm3aK7ijLkxFjXGYSrC0iHtLrkbou1yyBQYJApXVPZE0N43k6NCjn2Kvqz DTzQ== X-Gm-Message-State: AOAM533gHn6rxAqGlyohVgKrsyRvf9bl5Srxj2mFI0QdPxDYihGH/4UG goBLUT0DomshVoys1+z7e+bnw6MXofMyb/ajqKA= X-Google-Smtp-Source: ABdhPJytx5vpe3H6zX9esV7N7AG8fO9CGc48I5md/mb5WuZm1yLC6s//cZbU6rEsQ8JSRjl3txKxM7biRgAry0cbezw= X-Received: by 2002:a05:6000:18a3:: with SMTP id b3mr16575535wri.343.1637404933868; Sat, 20 Nov 2021 02:42:13 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Sat, 20 Nov 2021 10:42:02 +0000 Message-ID: Subject: Re: How to get started with contribution To: parth rastogi Cc: "gcc@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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 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 10:42:16 -0000 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