Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d95b77b

Browse files
committedMay 28, 2024··
Format according to rstfmt tool
I ran: rstfmt *.rst This is now also checked through a workflow
1 parent 9a97c2f commit d95b77b

6 files changed

+930
-735
lines changed
 

‎README.rst

+21-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
Policies
2-
========
1+
##########
2+
Policies
3+
##########
34

45
This repository contains a list of policies that the PHP Project has
56
adopted through its RFC process to govern releases, voting, and naming
67
guidelines.
78

89
It contains the following items:
910

10-
- `Release Process <release-process.rst>`_: When releases are made, how they
11-
are named, our policy on version numbers, and the process on making releases.
12-
- `Feature Proposals (RFCs) <feature-proposals.rst>`_: How to propose new
13-
features to PHP.
14-
- `Coding Standards <coding-standards-and-naming.rst>`_: How to name new
15-
classes, methods, extensions, and functions.
16-
- `Security Classification <security-classification.rst>`_: What we consider
17-
as security issues, their severity, and how to report issues.
18-
- `Security Policies and Process <security-policies.rst>`_: Policies and
19-
process on how and when to update the `security.txt
20-
<https://www.php.net/.well-known/security.txt>`_ file on
21-
https://www.php.net.
11+
- `Release Process <release-process.rst>`_: When releases are made, how
12+
they are named, our policy on version numbers, and the process on
13+
making releases.
14+
15+
- `Feature Proposals (RFCs) <feature-proposals.rst>`_: How to propose
16+
new features to PHP.
17+
18+
- `Coding Standards <coding-standards-and-naming.rst>`_: How to name
19+
new classes, methods, extensions, and functions.
20+
21+
- `Security Classification <security-classification.rst>`_: What we
22+
consider as security issues, their severity, and how to report
23+
issues.
24+
25+
- `Security Policies and Process <security-policies.rst>`_: Policies
26+
and process on how and when to update the `security.txt
27+
<https://www.php.net/.well-known/security.txt>`_ file on
28+
https://www.php.net.

0 commit comments

Comments
 (0)
Please sign in to comment.