Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87702 invoked from network); 13 Oct 2017 19:28:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2017 19:28:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=peterkokot@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=peterkokot@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.43 as permitted sender) X-PHP-List-Original-Sender: peterkokot@gmail.com X-Host-Fingerprint: 209.85.218.43 mail-oi0-f43.google.com Received: from [209.85.218.43] ([209.85.218.43:43406] helo=mail-oi0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/36-07885-7F311E95 for ; Fri, 13 Oct 2017 15:28:55 -0400 Received: by mail-oi0-f43.google.com with SMTP id c77so15849691oig.0 for ; Fri, 13 Oct 2017 12:28:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0JUdFzzQ9NdbV/AkhazjYy43+M2bltv4W4mBzXkOG/U=; b=Q9iEtkXNLQ0c79T8Xh5NGW/xPWrbVB/6n6+Hac+tDjscDhkN0xXhRxmmcQakkfeRCg eX2stD6bmvThVXQW6eMjLPl/dU+G31QCpM0T7VDCDz3dMF1x7R2+CvywM1Yoz/8T1GWQ bCVmC/35Pi1BpW9NkUimtU1VLLMrQYjxTfJtL/G0FPCYNaEcA9/2byGcPS40XiE+KlTY QKFp/98qWMOu3HtUKyAtwpg+Jb1BPQirvG899Xb+oW+3FOhRUweFx+oMhiiF9Km/kLPn f2m1Rd0KE/GFviJGYpwz6Zf/cTXEhy/yNVY7fAys99o7P8qQ2rNA7cawttBLGONn7ZNN 2ZpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0JUdFzzQ9NdbV/AkhazjYy43+M2bltv4W4mBzXkOG/U=; b=o9J6D2Vz1IyKC7w7xckWyo+2AW+zID9FPJK/EpJLVl7CwBLIPDOkMUqip6o1VWuodQ bt36+5fYZ+94xhRwF1QCC5J18op2BHEqF7aE3EhqB0pGu5QIuQYsyEqF4pa/B2IbnoRb unpVBW3LOq+gAkknl067SNAlc079qb5r9ZCT3W9sBGIMJ8J05BtxARQjvUAMYC+kuK7m xr3LATv9LaFdsGYEVKpHiYVyIAp5uLEVoACyUVxpTcNbo8a4mRHpHlHg2wWZvqUJFOJP MdAAwVGaSqbXATUHZE/2CILa3JGQXWQBH83U9LM1oIDAdht5sbeKcWLkePVpZwVe4oB7 l88Q== X-Gm-Message-State: AMCzsaWGd35FxoQzlHZLhGmWb45B9MkKXdlZN2sael4/42o5ZLVRn/7e Eta7FR4QrQEbE85h+YqpZnZ3uZk6NNBOMhtfI2rdeA== X-Google-Smtp-Source: AOwi7QB7vwcM9PHfsi/7PavXEaMO3Bt5EQkRtjg/XKB9Ick7u8mo+UFbL6r0iJD6H3+jd4+69Hy4OokBinYA2FZdimI= X-Received: by 10.157.41.199 with SMTP id g7mr1632179otd.120.1507922932117; Fri, 13 Oct 2017 12:28:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.148.202 with HTTP; Fri, 13 Oct 2017 12:28:51 -0700 (PDT) Date: Fri, 13 Oct 2017 21:28:51 +0200 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset="UTF-8" Subject: Readme and contributing info From: peterkokot@gmail.com (Peter Kokot) Hello, in the php-src repository there are few files mentioning the contributing procedure. If I may suggest few improvements and readability cosmetics: https://github.com/php/php-src/pull/2833 What has been changed so far? - PHP installation procedure would be best described at a single entry php.net/install - The README.md includes a brief PHP general description, Git repositories links, PHP installation info, and a link to a CONTRIBUTING.md file - README.GIT-RULES and README.SUBMITTING_PATCH files are joined into an existing CONTRIBUTING.md file - README.WIN32-BUILD-SYSTEM is redundant and removed in favor of the README.md - INSTALL file removed in favor of the main README.md file - windows archive package gets readme.txt attached from README.md In the current PHP-7.x branches there was a practice to generate an installation information from the documentation repository and attached as INSTALL and win32/install.txt files which isn't so anymore with master branch on I believe. Reason for all these refactorings is simplicity for people not used to contributing to php-src repo yet still having all the relevant information in the repo. If possible, can someone please take a look at these or suggest something better? I plan to do some more cosmetic improvements later on also. Thanks. -- Peter Kokot