Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116401 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 59275 invoked from network); 16 Nov 2021 03:37:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Nov 2021 03:37:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 62B551804B0 for ; Mon, 15 Nov 2021 20:32:42 -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,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-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) (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 20:32:41 -0800 (PST) Received: by mail-yb1-f169.google.com with SMTP id v138so53637424ybb.8 for ; Mon, 15 Nov 2021 20:32:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=aZMaXiOAhUISqs0KreABaOEmr80cRnHyGGHMLD/4ca4=; b=Oa/o2Yj0lqs65XhSPebolJk6aRjay789jRGyR5u4D7n7Zo3ai0M1BCXRVyN7O4H9Re +deORPUhMc0hceDlSOCZzwYeL98JW0jHbwpBxmJJUbF/SNjNhpNFlciv1kmz+kKhdVYu 0lQA2vOBjE1Ti7RTxjtUMpR6GFLEeHS3X1lE8= 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:content-transfer-encoding; bh=aZMaXiOAhUISqs0KreABaOEmr80cRnHyGGHMLD/4ca4=; b=kgbPEW+4v5LOf36frqqBKrWU3J5Y2oHGyvJBn7aEyZUNnU3fUI4V94fxofXtJKE97g k+5ZDHUvRGrx0JiaSESu9mbEA+yvk6MTy5VL0ZCmUKCgbMDqazB/vhEe6qKqMNTp97kf e94HdR9BKoRA4pzao8u5z+e6Qj/ma43pXDspxiG0+STr7h8z9RaBSobX1GW/ZZP79zT7 B8y4+yRwYsAv9CnwwMzO4aipNWFyE0Jyb32It0t895NBO2cWO5W+hNfmvDt69rqIF3/t y93/64lyma0bNMnzHwyIvCfju+phdQBhqRt6/2zHiZ55uzVNj7TaWfugX3fi1i8/bt0q 9ueQ== X-Gm-Message-State: AOAM53252qXrwlXzp2vnqEkTw4vqwTm0sgYhwZCcYUp1MiGrR4cXXlkL 7xLeAftNDRVZGWTlfEPUjB+mqA35eAJFcrN0Kb4Lh8+dPEoHzA== X-Google-Smtp-Source: ABdhPJxKo/53KNrEL0rRmU6nY/IXUiEphwKMUL4f8qeWfTrpR5z+qVPeIe6g+fqNI+012OACg83o9zeHfrcWh4G2nuQ= X-Received: by 2002:a25:d092:: with SMTP id h140mr4828158ybg.276.1637037161278; Mon, 15 Nov 2021 20:32:41 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Mon, 15 Nov 2021 21:32:30 -0700 Message-ID: To: Hans Henrik Bergan Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Migrating to GitHub issues From: internals@lists.php.net ("Levi Morrison via internals") > if hosting it ourself is a priority, i suggest looking into GitLab=E2=80= =99s > Community Edition, which is entirely open source, > and the GNOME project moved from Bugzilla to GitLab CE in 2018, > here's how that worked out, 2 years later: > https://about.gitlab.com/blog/2020/09/08/gnome-follow-up/ > (and the TL;DR is that it worked out great for the GNOME project) In my opinion, _not hosting it ourselves_ is a priority. Part of what bugs.php.net has shown is there is a lack of people who want and are willing to do the systems and maintenance tasks to run our own infrastructure. In this sense, I quite like GitHub, as it is one less thing that we have to maintain. Sure, we will have some custom tags, but this is quite minor compared to maintaining a system.