Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116286 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 67608 invoked from network); 21 Oct 2021 19:53:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Oct 2021 19:53:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 080CE180002 for ; Thu, 21 Oct 2021 13:42:30 -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-ua1-f49.google.com (mail-ua1-f49.google.com [209.85.222.49]) (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 13:42:26 -0700 (PDT) Received: by mail-ua1-f49.google.com with SMTP id a17so3632740uax.12 for ; Thu, 21 Oct 2021 13:42:26 -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=7Y33Get1jTVXrk5JrYw2IEPMS8pDYbt3/8G+NhcZ7qg=; b=HIK93T4YaLWF9UC7enK34Qanr+nXjO7DBIxUzBCY0vq1IvBp2NV+lFO4DyK+NpQdsD eGQBiDchy+90x/9pWhTqbPyS7OXwfArmaoDZfcGWonDUVflnOKq2YkitfmYNT14Kxl7z 1chzBw2QEgvigidXyP5Yl4U7SY2gedbCoeei3p9PauiyPv+RZwOqh2viwd8nOwXtDY2P 3Q2jyckFmxnlGE3r3w+I8mwfCHbdZacB2A0lKqqHXHsq5DhxSKp/qeKR1/GavskIv1MD Lyvcm6qYOtygWyAkuW1grm2p5SirTU1WWC/HPrM+jidUiUoAxT+kEiz7WN5JlHIci2B2 nJLw== X-Gm-Message-State: AOAM531f6Nq9YyzX0QvLklLJXI9S9mL3DMvw9lxNLGhqPwzZLzXlt6m1 vzS0x7oSCHYahHxcF6dvYcIr3nCSxtepmwb2SPM= X-Google-Smtp-Source: ABdhPJzRd3n7rdxWYTUf5sm1DWlb0Zz8fQHqVOBMCnucBak3oeoU4TjmPzpZv6vYduT4Do/9V/9g7NIlC2OX5jDdcGI= X-Received: by 2002:ab0:734c:: with SMTP id k12mr8798553uap.55.1634848945930; Thu, 21 Oct 2021 13:42:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 21 Oct 2021 21:42:15 +0100 Message-ID: To: Nikita Popov Cc: Joe Watkins , PHP internals Content-Type: multipart/alternative; boundary="000000000000af055e05cee2ee14" Subject: Re: [PHP-DEV] Bugsnet From: bukka@php.net (Jakub Zelenka) --000000000000af055e05cee2ee14 Content-Type: text/plain; charset="UTF-8" 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... Regards Jakub --000000000000af055e05cee2ee14--