Skip to content

Commit

Permalink
Format according to rstfmt tool
Browse files Browse the repository at this point in the history
I ran:

	rstfmt *.rst

This is now also checked through a workflow
  • Loading branch information
derickr committed May 28, 2024
1 parent 9a97c2f commit d95b77b
Show file tree
Hide file tree
Showing 6 changed files with 930 additions and 735 deletions.
35 changes: 21 additions & 14 deletions README.rst
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.
Loading

0 comments on commit d95b77b

Please sign in to comment.