Skip to content
/ policies Public

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

Notifications You must be signed in to change notification settings

php/policies

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published