Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114588 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41035 invoked from network); 25 May 2021 13:06:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 May 2021 13:06:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5550C1804D8 for ; Tue, 25 May 2021 06:18:01 -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=-2.1 required=5.0 tests=BAYES_00,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-Virus: No X-Envelope-From: Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.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 ; Tue, 25 May 2021 06:18:01 -0700 (PDT) Received: by mail-lf1-f49.google.com with SMTP id i22so45809783lfl.10 for ; Tue, 25 May 2021 06:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=SboL4tkfb7kEaDouCSku7RfYAG07Q9f4g5OWejVf01E=; b=VnEBERvbA/GA6UOnEhKtsdWWepuD9JuJgxxX68erYg9u5A/xKdkpuOWxhk8V4vHzNb suQcTYv8GGeRSJjUWIXeuJCTQplSTXRO9XAKBWn5AByMNEroE0wIVQXvSamaXFHhkCaK 0UTU4nRsZ3kWAx5QvIQc/gVM8sUhjUio3pvwiLPfIxNuZ2ruihpwqUP+bWmJSTeT6Idl CUYSYM3nocOio92rq16XtdElTbxcUgmsbLyPMtrAwK6Mj7Q8dTUc8ozf30pC/EA71MgK vn9Quan0WHwMq5KhemTHP5aFy0kRGF9PEea4eKkjOSYGqLk8EjPONiawx7AS237Tirw2 oTAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SboL4tkfb7kEaDouCSku7RfYAG07Q9f4g5OWejVf01E=; b=faFyyJ83iPRDuxh1Uh28ZG+yUefp9Y3xSeYDdikmIT2gbpLnZRVPB3sKTmulEG2L6i yg1buc5eM6WK7vwG5f3jAXBjg32EMti153sZabuB/lnE9v53Uz1aZMSTOHD7z29Nbb6n QkjOkb7ZQzn15uOi+Ff5NrT9QEcrLBnTogxEeGzAibYEPlc2/MuL4cEYe9rrs+xHmSvw 1Yb870bQfFxQH8hnVExi288Qj4L4+/VxXwhuEXkaBQs/fLjVa+9cxnMxd46xDtQJ+1cC 4SQXI6TJLmtcAOoLTA0yDL+DQqThC5kCdqYTcweNeNtBHHQVXC+KWTkygI+62P8TQIDo F1PQ== X-Gm-Message-State: AOAM533KnuhLTTpLOaX7OspJIcyufN1wkR/V2CYLb256K2XZHCNsx/ZE /dnUlfN7XADhEQf5JtZj9czF3zDcbEUrN2mZglw= X-Google-Smtp-Source: ABdhPJw8sX4Z8SyyFgL8OkJqFVvUcBzD7g2FbwGjuTNqN22j8LHgt3DaylqNW0s+pdPl9ogIF+5w6yF8W+Sb0OCtgvI= X-Received: by 2002:a05:6512:3b22:: with SMTP id f34mr1714334lfv.159.1621948678474; Tue, 25 May 2021 06:17:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 25 May 2021 15:17:42 +0200 Message-ID: To: "Christoph M. Becker" Cc: Dan Ackroyd , Rowan Tommins , Joe Watkins , Internals Content-Type: multipart/alternative; boundary="000000000000d30e3505c3275a4a" Subject: Re: [PHP-DEV] Re: Bugsnet From: nikita.ppv@gmail.com (Nikita Popov) --000000000000d30e3505c3275a4a Content-Type: text/plain; charset="UTF-8" On Tue, May 25, 2021 at 3:10 PM Christoph M. Becker wrote: > On 25.05.2021 at 14:57, Nikita Popov wrote: > > > To make some forward progress here, I think a good starting point would > be > > to enable GitHub issues on the doc-* repos to get some usage experience > in > > a more limited setting. Docs issues probably benefit more from being > hosted > > on GitHub than php-src issues, as this is an area where 3rd-party > > contributors can easily pick up issues they can address. > > Agreed (maybe start with doc-en only for now; there are not that many > translation issues anyway). Feel free to open the issues right away. > Okay, I've done that. I think it would make sense to have issues on the translation repos as well (at least the active ones). One thing that github issue templates support is simple links, which means we could have something like: * Report incorrect documentation (<- normal issue with tag) * Report missing documentation (<- normal issue with tag) * Report incorrect German translation (<-> links to doc-de issue tracker) * etc. Though we can consider something like that later as well. > > If all goes well, we can disable submission of "Documentation Problem" > bugs > > in bugsnet and consider how to move forward with php-src. > > One particular problem would be issues filed as bug, but are > reclassified as doc problem. We likely would need a bot to "transfer" > these issues to doc-en. > Yeah, that's going to be a problem with any kind of partial migration. Regards, Nikita --000000000000d30e3505c3275a4a--