php / policies

A collection of the policies and guidelines that set out PHP's development
100 stars 8 forks source link

########## Policies ##########

This repository contains a list of policies that the PHP Project has adopted through its RFC process to govern releases, voting, and naming guidelines.

It contains the following items:


Formatting


The files in this documentation are formatted using the rstfmt <https://github.com/dzhu/rstfmt>_ tool, which you can install with:

.. code::

python3 -m venv ~/install/rstfmt ~/install/rstfmt/bin/pip3 install rstfmt sudo ln -s ~/install/rstfmt/bin/rstfmt /usr/local/bin/rstfmt

Please run the tool before submitting a pull request:

.. code::

rstfmt -w 80 *.rst