Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116289 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80307 invoked from network); 21 Oct 2021 21:18:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Oct 2021 21:18:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C0A031804C4 for ; Thu, 21 Oct 2021 15:06:46 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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-vk1-f177.google.com (mail-vk1-f177.google.com [209.85.221.177]) (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 ; Thu, 21 Oct 2021 15:06:46 -0700 (PDT) Received: by mail-vk1-f177.google.com with SMTP id r26so627082vkq.0 for ; Thu, 21 Oct 2021 15:06:46 -0700 (PDT) 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=6yE1mKBaTYHZGc9KTIm5IluEvnM8aTMcNg5JQIr6noY=; b=L8Pdq1dQwaCvyzHVPMZoEMmxGcN8si1+UXfaG0GjepS0cVN1WEa9154BlpE3RoQkdZ 9zmUk4bgryY8Xxp+/jj2F6SDpXOu1fzJq/IzV8Pk6eIQh/8Ni4CLFuQubwytlE/zJgCp AT5j5hgG9sGakc1llZxPSySeJrcSCimm9WSew7EMK2BPGhbVIzIbTs++9j/AD2V8dSdX 5EZL/S4PlRD//ppP1Vdpalz3WOdGg/CrQ5W2ZbhEZKiRXtrkkIxa6dTDkHw7DqO+DCEr H0f85BniwkdPoyZ+xGfji9tzG9a2gG1c2wEZxdbKYKv0ckwgCrrFWYNkkhXU9rzje3Hy HyTQ== X-Gm-Message-State: AOAM530WGDgOb3EGP2scBfxfC+99pddeX+DrwpfQxmpKReQPNpB+VaGn 3/JTcO4rYshKT/JEWuc7n1n4U1U4K6CQInaLMEA= X-Google-Smtp-Source: ABdhPJwg359sUkuAYRus1Joy0BKviLZovLtpTTKch7G4Kwp6VwpYBEKs7gGTLFYgGqCkA3ssHiOym6zfMn725YMANB8= X-Received: by 2002:a1f:6d81:: with SMTP id i123mr9918099vkc.18.1634854005600; Thu, 21 Oct 2021 15:06:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 21 Oct 2021 23:06:33 +0100 Message-ID: To: Nikita Popov Cc: Joe Watkins , PHP internals Content-Type: multipart/alternative; boundary="0000000000004372aa05cee41c48" Subject: Re: [PHP-DEV] Bugsnet From: bukka@php.net (Jakub Zelenka) --0000000000004372aa05cee41c48 Content-Type: text/plain; charset="UTF-8" On Thu, 21 Oct 2021, 22:46 Nikita Popov, wrote: > On Thu, Oct 21, 2021 at 10:42 PM Jakub Zelenka wrote: > >> On Thu, Oct 21, 2021 at 4:07 PM Nikita Popov >> wrote: >> >>> >>> I'm proposing the following label structure (the list at >>> https://github.com/nikic/test-repo/labels is incomplete though): Each >>> report has either a bug or feature label. Additionally it starts out with >>> the T-needs-triage label. Once a project member triages the report, the >>> label is removed and a category label is added instead, e.g. C-OpenSSL >>> for >>> issues relating to the OpenSSL extension. >>> >>> I also have a few more triage labels (T-needs-feedback, T-verified, >>> T-invalid, T-wontfix, T-duplicate), but I'm not sure we actually need any >>> but the first one or the first two -- I personally don't see a lot of >>> value >>> in having a label for why exactly an issue has been closed, the fact that >>> it is closed is usually sufficient. >>> >>> >> Have you considered custom fields that are now in beta with some other >> features in https://github.com/features/issues ? That seems a bit nicer >> to me... >> > > Yes, I tested this as well (the PHP organization is signed up for the > beta). Unfortunately, I found this functionality rather awkward and don't > think it would work well for us. The key problem is that the new > functionality is not an improvement for issues -- it's an improvement for > "projects". You can add an issue to a project (manually) and then you can > add extra metadata to the issue in that project. It's not possible to add > custom fields to issues themselves. > > Ah ok. That's a bit useless then. :) I agree that it wouldn't probably work well for us though. +1 on your proposal. I think that makes sense and could work well. Regards Jakub --0000000000004372aa05cee41c48--