From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x935.google.com (mail-ua1-x935.google.com [IPv6:2607:f8b0:4864:20::935]) by sourceware.org (Postfix) with ESMTPS id 79D313858D35 for ; Sat, 15 Jan 2022 14:11:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 79D313858D35 Received: by mail-ua1-x935.google.com with SMTP id w21so12613709uan.7 for ; Sat, 15 Jan 2022 06:11:08 -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=pjoFLSIZYsZiS6rPc7DkKlicGDrJn+x2wQT4O6H0cxg=; b=Eg6Hbg8uVNARb++IAJ5qFq+lp3JozlL9L5//2+LDluwZTovBUq730DnVBc/5xb3Dn0 aDJZOeDfArdKsl+1g6sEu+c2IJKVkGYmkYv7tK+ehe4+LdG/HdVZq9VXZ/qZ3Sa4PdJD DqZheQhvIkT5hvUMbpg8THVYeP0iH5KZj0umt+KZk9Uphv/Ky1De5pJhpeOVwcJ9CL2z rBELx8oFYXmkNO18IIE/C5bPelHAcnv1PxPnmbAhJcuwhsEBWCqWyxK74RqHcWBFNPAO BAbkKdvb/814bv2EeSGk2X/IkdDkqBhgRGMCRfiprSKQMqLRz+Lv3W6AgHE9IpLUnXOc TJXg== X-Gm-Message-State: AOAM530IiRvmiH8pxHmZJZMIc3WeY2VAJVa+oAGiRVNh9zBUIv68jT8v F0ttaiQ5PCU7vmGNbk1lXlhpG53PqrT0UHKPWHtq944q9IY= X-Google-Smtp-Source: ABdhPJx/7GFmDlxUATF6qnjKORRhBDU7RZ9hQGskN2HR/EdP0XSbiRU5Zl2+CwLZftBpOjJlHQ6znKeGeU0ngjHNDFQ= X-Received: by 2002:a9f:2ace:: with SMTP id d14mr5695752uaj.141.1642255867799; Sat, 15 Jan 2022 06:11:07 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: David Edelsohn Date: Sat, 15 Jan 2022 09:10:57 -0500 Message-ID: Subject: Re: How to get started with contribution To: Purvak Baliyan Cc: GCC Development Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_20, 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, 15 Jan 2022 14:11:09 -0000 On Sat, Jan 15, 2022 at 5:07 AM Purvak Baliyan via Gcc wrote: > > Respected Sir/Madam > > I am Purvak Baliyan, an Information Technology undergrad, I have entered my > third year at DR. Akhilesh Das Gupta Institute of Technology & > Management(ADGITM). I am new to open source contributions but i am well > aware of C/C++, Data Structure and Algorithms, and HTML & CSS. I would love > to contribute to your organisation but could you please tell me how to get > started? 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