From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 0F1963858404 for ; Wed, 10 Nov 2021 11:49:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0F1963858404 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 7FAA4302FBAB; Wed, 10 Nov 2021 12:49:42 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 80C1D413CC9A; Wed, 10 Nov 2021 12:49:41 +0100 (CET) Message-ID: Subject: Re: How to get started with contribution From: Mark Wielaard To: Anmol Singh , gcc@gcc.gnu.org Date: Wed, 10 Nov 2021 12:49:41 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, 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: Wed, 10 Nov 2021 11:49:45 -0000 Hi Anmol, On Tue, 2021-11-09 at 12:33 +0530, Anmol Singh via Gcc wrote: > I would love to contribute to your organisation but could you please > tell me how to get started? I would start here: https://gcc.gnu.org/contribute.html And then look at some of the open projects: https://gcc.gnu.org/projects/ Hope that helps. Cheers, Mark