Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116383 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 9252 invoked from network); 15 Nov 2021 16:32:29 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Nov 2021 16:32:29 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5147718053F for ; Mon, 15 Nov 2021 09:27:14 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: 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,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 15 Nov 2021 09:27:13 -0800 (PST) Received: by mail-oi1-f171.google.com with SMTP id t19so36354760oij.1 for ; Mon, 15 Nov 2021 09:27:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6lhC1ucFaxIt1PkhoBlvq6bmNQqJGWYD/puXjGtiBpY=; b=lEnq2vx2GuDrBFBJL9ahlSN4tWydnlq35b0T7kFFa08LFd1Jl1kX8lzQ+B7xHPbPId GssJas1SwpovlbqqiIwml21oMr3He3LLm9IGZp1jrt7GUDq45/7Fn4su0sV27/5SkHRB 4Xw/0U/i0zUMJe9I7Aionl1kzg1+1hwnj6DI9rIH08zxc0mJJUi33+DMcgieCa+fccik obFdSwzJTIy/euLJAsnfCqkHdXsrAEXggDfOCQjtb3WGAFRQNG6JGyGJ89ByUOtk/ink I6P4TRNmDy1KhN1J+mXPoI9WOhIguRkr07dUM/DeZdRhgiuGd3oYm2zKMQjsXnnrTkoL XWDA== 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=6lhC1ucFaxIt1PkhoBlvq6bmNQqJGWYD/puXjGtiBpY=; b=zd6Yn26InTVmadLRvDe4G3q0xqw34++Fvim5ILlres9HqDLqnRLhFzHG3QMxVyizou VnuwATyQuWPnB5Fy5f15DibIGN3HYyOBluGq4Z2XwKvIqHBoPr4Bx1OsXSL9srgDH042 kpcoLFB/nIIz7g8DllWruHrhwTFc5VovgvSzNJcIe8sCwD20aKcxR9kCqthoF4z38SKY TOOnRihzrYiyS76IX+0W9x9hDQ3jhQlkfnXatxlJ/siZ5ELqeoEdj5AXzGQMYbrmf98v 8XCkhQZhRQsGJhb0MnbjV/PsARPnSn3WBmBsLHEfXRVyQDglfpFkfZhtPa2zVhy8oOWL 7nkQ== X-Gm-Message-State: AOAM531b947DNfWYxImnPPjONaGpPl+ddhOuPMuR0jxYdWezx9r4sF1f 9StqHEiw2akq3vpd38DAqCI6NzbJ/YC3q7I3OQjWmLRgzhKvIyuh X-Google-Smtp-Source: ABdhPJxyYDxyuRhw6jf8YgjJ6j71pAl03qI0vqcVS5ioU3Apm8YPftiERfFbSQB34HcMnsPG/MSteVbFLWFhdO7wqDE= X-Received: by 2002:a05:6808:1919:: with SMTP id bf25mr326960oib.33.1636997233045; Mon, 15 Nov 2021 09:27:13 -0800 (PST) MIME-Version: 1.0 References: <7988332.T7Z3S40VBb@come-prox15amd> <54427380-981f-fed7-3a0c-a8010b8a0d97@gmail.com> In-Reply-To: <54427380-981f-fed7-3a0c-a8010b8a0d97@gmail.com> Date: Mon, 15 Nov 2021 18:27:01 +0100 Message-ID: To: Rowan Tommins Cc: PHP Internals List Content-Type: multipart/alternative; boundary="00000000000092f4f705d0d71e54" Subject: Re: [PHP-DEV] [RFC] Migrating to GitHub issues From: ocramius@gmail.com (Marco Pivetta) --00000000000092f4f705d0d71e54 Content-Type: text/plain; charset="UTF-8" Chiming in, since it seems like people are suggesting Gitlab and further "exotic" tools. On Mon, Nov 15, 2021 at 6:06 PM Rowan Tommins wrote: > On 15/11/2021 14:49, Deleu wrote: > > I had already decided to spend time and effort learning about the > > project and then having to learn about their ticketing system and git > > repository is just unnecessary extra work. > > > In any project above a handful of developers, learning the conventions > and expectations of the community is always going to be far more > complicated than learning how to use the actual tools in question. We > should definitely choose a tool that is *easy to use*, and easy to > authenticate on (but not so easy it fills up with spam, like the current > one), but saying that developers will struggle to use anything other > than the One True Website is frankly insulting to the intelligence of > the average developer. > > The point of using Github (over other tools) is: * the community is already there * the repository is already frikken there * it's about pumping stuff into the issue tracker, nothing new is added * integrated CVE reports that already fit within the ecosystem * 2fa auth requirement for organization members (gitlab has this too, AFAIK, but it's a checkbox to add somewhere) * including pre-existing users in discussions (yes, leading to pings), even those that didn't declare a public mail - no registration and no GDPR to manage on PHP-SRC's end * rich editing of issues, with code fragments from the repo, rather than copy-pasta'd stuff all over the place * cross-linking of PHP sources with other project sources, including backlink references that make bugs and workarounds easier to follow by community members This stuff is not to be under-estimated: going self-hosted means having yet another insular environment, where the PHP-SRC folks are trapped in a bit of a void, and the actual discussions will keep happening on PHP-SRC diffs anyway. Instead of fearing the "One True Website", adopt and plan for disaster, should it become an Evil Corp seeding ground: what is there to be lost, and how hard would it be to recover? Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --00000000000092f4f705d0d71e54--