Skip to content

Commit a1a0674

Browse files
authored
Merge pull request #1281 from php-fig/add-pers
Add PERs
2 parents 803f9f6 + 90d201e commit a1a0674

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

PER.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# PHP Evolving Recommendations
2+
3+
A PHP Evolving Recommendation is a meta document accompanied by one or more artifacts that are set to evolve over time with multiple releases.
4+
Following the [PER Workflow Bylaw][workflow], when a PER has the first release, it will be listed here.
5+
6+
As also described in the [Mission and Structure Bylaw][structure], the Editor of a working group working on a PER is essentially the lead contributor and writer, and they are supported by at least two voting members; the Sponsor, if present, is a Core Committee member that assists the Editor in keeping the evolution process on track.
7+
8+
| Title | Editor | Sponsor | Last release(s) |
9+
|----------------------------------|---------------|------------------|----------------------------------------------|
10+
| [Coding Style][per-coding-style] | Korvin Szanto | Chris Tankersley | [PER Coding Style][per-coding-style-release] |
11+
12+
13+
[workflow]: https://github.com/php-fig/fig-standards/blob/master/bylaws/003-per-workflow.md
14+
[structure]: https://github.com/php-fig/fig-standards/blob/master/bylaws/001-mission-and-structure.md
15+
[per-coding-style]: https://github.com/php-fig/per-coding-style/blob/1.0.0/spec.md
16+
[per-coding-style-release]: https://github.com/php-fig/per-coding-style/releases/latest

index.md renamed to PSR.md

File renamed without changes.

0 commit comments

Comments
 (0)