-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I ran: rstfmt *.rst This is now also checked through a workflow
- Loading branch information
Showing
6 changed files
with
930 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,28 @@ | ||
Policies | ||
======== | ||
########## | ||
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 <release-process.rst>`_: When releases are made, how they | ||
are named, our policy on version numbers, and the process on making releases. | ||
- `Feature Proposals (RFCs) <feature-proposals.rst>`_: How to propose new | ||
features to PHP. | ||
- `Coding Standards <coding-standards-and-naming.rst>`_: How to name new | ||
classes, methods, extensions, and functions. | ||
- `Security Classification <security-classification.rst>`_: What we consider | ||
as security issues, their severity, and how to report issues. | ||
- `Security Policies and Process <security-policies.rst>`_: Policies and | ||
process on how and when to update the `security.txt | ||
<https://www.php.net/.well-known/security.txt>`_ file on | ||
https://www.php.net. | ||
- `Release Process <release-process.rst>`_: When releases are made, how | ||
they are named, our policy on version numbers, and the process on | ||
making releases. | ||
|
||
- `Feature Proposals (RFCs) <feature-proposals.rst>`_: How to propose | ||
new features to PHP. | ||
|
||
- `Coding Standards <coding-standards-and-naming.rst>`_: How to name | ||
new classes, methods, extensions, and functions. | ||
|
||
- `Security Classification <security-classification.rst>`_: What we | ||
consider as security issues, their severity, and how to report | ||
issues. | ||
|
||
- `Security Policies and Process <security-policies.rst>`_: Policies | ||
and process on how and when to update the `security.txt | ||
<https://www.php.net/.well-known/security.txt>`_ file on | ||
https://www.php.net. |
Oops, something went wrong.