Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107220 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 70187 invoked from network); 18 Sep 2019 23:34:50 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 18 Sep 2019 23:34:50 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id E16A02D20C3 for ; Wed, 18 Sep 2019 14:12:18 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Wed, 18 Sep 2019 14:12:15 -0700 (PDT) Received: by mail-qk1-f180.google.com with SMTP id h126so980591qke.10 for ; Wed, 18 Sep 2019 14:12:15 -0700 (PDT) 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:reply-to :from:date:message-id:subject:to:cc; bh=A1Y99KicpoKRhToBYDt4+7ABJSnggttGMZs6lfzFZk8=; b=jRQySg27mHz4pZIWXaKzTO2c2yxGvOrRZZJLLvZW9pPki3LFqeZTjoV3JDVvlU3xJU JmM9A1agfOxs0PpEKHDT25GMIVHwesKe/AfkJqZSDjb9Hz7AHJ+FZ1t49TVLqBJyc/Kp Yo7khPDgjfqbCIaAcmlmSMSGIJLgzwV7Rvhpy61jZFG1fxgX+cenTjgw/6mNwP7Oz6Ay P8WHWAQwQw52s85Hahk3eOHauXtdok5uXfmh075SVpyAxo5pbQCYprcFcqjVIkomJwwz nHPlpZU6a11Akfaz8dJODSUAWd0rdTSKha0pDPqLRXUtgr2rOUOjPOv1MEc6kkXExUV2 tc0A== X-Gm-Message-State: APjAAAXcSmDSBiQitLqKVaqX8iWW/yTn17La343uKqRWic4FzqS1H5mZ 4uBLy3Y941Fy8Vb0j/NqT0Bqoj2xeZC9DBHxtrBlmSbD X-Google-Smtp-Source: APXvYqzWBM5c1pTJtHOuVf/GTJ2ryvYkH27RSOsf9OeLI7H+Ci+HvRYkp+rRR0DtmgDHeMQEr/Ue6kaSCDF7OYXi75I= X-Received: by 2002:a37:4e48:: with SMTP id c69mr6322366qkb.182.1568841134726; Wed, 18 Sep 2019 14:12:14 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: bishop@php.net Date: Wed, 18 Sep 2019 17:11:48 -0400 Message-ID: To: Dan Ackroyd Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000008b65600592da4aad" X-Envelope-From: Subject: Re: [PHP-DEV] Improving productivity of internals mailing list From: bishop@php.net (Bishop Bettini) --0000000000008b65600592da4aad Content-Type: text/plain; charset="UTF-8" On Wed, Sep 18, 2019 at 1:33 PM Dan Ackroyd wrote: > > ... > > # Problem 1 - It's really hard to see what is being or could be worked on. > > People sometimes announce things that they think could be worked on > through the internals list, in the hope that people might want to help > them do that work. Or sometimes just as a hope that someone else would > pickup that work. > > That information is really hard to find. > > # Solution > > As an experiment I'm going to attempt to keep a list of items that > could be worked on over at > https://github.com/Danack/RfcCodex/project_coordination.md alongside > the curated summary of discussions of common ideas for RFC that failed > to reach approval. > Thanks, Dan. While bugs.php.net is our canonical to do list, it doesn't have much in the way of planning features. For the phar and imap extension, I maintain a supplemental list on my whiteboard -- but that's no way to share the load. I'd like to see bugs.php.net grow to be more of a project management platform, but for now, I like where you're headed with a simple list. I've created a PR for the extensions I maintain, and I hope other maintainers will do the same. --0000000000008b65600592da4aad--