/policies

A collection of the policies and guidelines that set out PHP's development

Creative Commons Attribution 4.0 InternationalCC-BY-4.0

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 tool, which you can install with:

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:

rstfmt -w 80 *.rst