Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/php/policies

A collection of the policies and guidelines that set out PHP's development
https://github.com/php/policies

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

##########
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:

- `Release Process `_: When releases are made, how they
are named, our policy on version numbers, and the process on making releases.

- `Feature Proposals (RFCs) `_: How to propose new
features to PHP.

- `Coding Standards `_: How to name new
classes, methods, extensions, and functions.

- `Security Classification `_: What we consider as
security issues, their severity, and how to report issues.

- `Security Policies and Process `_: Policies and
process on how and when to update the `security.txt
`_ file on https://www.php.net.

************
Formatting
************

The files in this documentation are formatted using the `rstfmt
`_ tool, which you can install with:

.. code::

pip install rstfmt

Please run the tool before submitting a pull request:

.. code::

rstfmt -w 80 *.rst