From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68625 invoked by alias); 23 Jan 2019 16:03:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 68382 invoked by uid 89); 23 Jan 2019 16:03:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=freely, concise X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Jan 2019 16:03:55 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AE7E687648; Wed, 23 Jan 2019 16:03:54 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id ADDC56714B; Wed, 23 Jan 2019 16:03:53 +0000 (UTC) Subject: Re: [PATCH] Replace contribution list in CONTRIBUTE file with wiki link To: Alan Hayward , "gdb-patches@sourceware.org" References: <20190123094558.58854-1-alan.hayward@arm.com> Cc: nd From: Pedro Alves Message-ID: <79e6aeb8-fd9d-7269-ea6c-929812fd6f71@redhat.com> Date: Wed, 23 Jan 2019 16:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190123094558.58854-1-alan.hayward@arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-01/txt/msg00520.txt.bz2 On 01/23/2019 09:46 AM, Alan Hayward wrote: > +https://sourceware.org/gdb/wiki/ContributionChecklist I'd rather point at https://sourceware.org/gdb/contribute/ and then have _that_ point at some page in the wiki. That's what I had suggested in the other thread. The reason is that the URL is going to be more stable than a wiki link, which we can rename, split, etc. a bit more freely. The contribution checklist page is quite large by now, and I've heard of people wishing for a smaller more concise entry point. The checklist was meant to be that, a checklist. A "how to contribute" page may have some higher level info to get people started. Thanks, Pedro Alves