From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe32.google.com (mail-vs1-xe32.google.com [IPv6:2607:f8b0:4864:20::e32]) by sourceware.org (Postfix) with ESMTPS id 4C66E3858D28 for ; Sat, 29 Jan 2022 16:06:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4C66E3858D28 Received: by mail-vs1-xe32.google.com with SMTP id a19so6687674vsi.2 for ; Sat, 29 Jan 2022 08:06:22 -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=Gs72DpJDBBWJU8z5o8WZFFs3cUEXeB6X5WWWvJNgYV8=; b=cn9h7uRiw+gqLGpeIafQIIvug1ACscqnQSN9D8vOCw54Wr1V0XbFwqK62FmbKT6RBA Z7ilxXFQryi+vb7SxwDsaO/bNuRR+ptwz7Hu7H6hEVHOJczHiuhq7TKXxZo/whkspakl qQTnHUP5+O5ZAcdWUPZ26jz5LEi5vFdlw3wsTk+gzLbgE2D213Mc/Fyf/X5hs/40ZInQ kEqWuMXetx0H6QmD0hRaojxyaaMFi2qH9eLm74d5qiyBZBHezKULppoudORoCNuXZyDm ZL7RoR1X209M6vezz7yCuIKgBCfBNZIi+4Tmr+pOODVLGjsnHS24gkVr1JjigY6JA5s6 W8Cw== X-Gm-Message-State: AOAM533khueke3zmzvhp8qX56KtOHp+DUV1YP6bnp45S0Q95s15lmzJt VmWqnq9dK+SzylWHs9jk2eFC07HWGVjqOLHmTRGRtJdIWGc= X-Google-Smtp-Source: ABdhPJyRpDUYaI882KQRlMz41kpuOLGZmDkpqd6NGmBGKsV/a3nBdjsxxIkyT0dGlqYYl2TYW4e6h/PevYImdCDnHM0= X-Received: by 2002:a67:a207:: with SMTP id l7mr5863243vse.81.1643472381794; Sat, 29 Jan 2022 08:06:21 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: David Edelsohn Date: Sat, 29 Jan 2022 11:06:10 -0500 Message-ID: Subject: Re: how to get started with contribution To: VAISHNAVI DAYANAND Cc: GCC Development Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.8 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, T_SCC_BODY_TEXT_LINE 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, 29 Jan 2022 16:06:23 -0000 On Sat, Jan 29, 2022 at 10:37 AM VAISHNAVI DAYANAND via Gcc wrote: > > Respected sir/madam, > I am Vaishnavi Andhalkar, a junior undergrad at IIT Roorkee. I have > recently started contributing to open source, and I am new at it. But, I am > well aware of C++, programming and algorithms, and javascript. I would like > to contribute to your organization. Would you please tell me how to get > started? > Hoping to hear from you soon > Thanks and Regards > Vaishnavi Thanks for your interest in GCC. Welcome! A good place to start is the GCC Wiki Getting Started page: https://gcc.gnu.org/wiki/#Getting_Started_with_GCC_Development and browse other recent answers to similar questions in the archives of this mailing list. Thanks, David