Skip to content

Commit 4cca8fe

Browse files
committed
Add PER list
1 parent 72cc3cd commit 4cca8fe

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

PER.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# PHP Evolving Recommendations
2+
3+
A PHP Evolving Recommendations 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 passed the Entrance Vote it will be listed here as "In Development"; once the first release of an artifact is tagged, it will be listed as "Released".
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 is instead a Project Representative or Core Committee member that acts as a steward and helps pushing the proposal forward.
7+
8+
## Index by Status
9+
10+
### Released
11+
12+
| Title | Editor | Sponsor |
13+
|----------------------------------|---------------|------------------|
14+
| [Coding Style][per-coding-style] | Korvin Szanto | Chris Tankersley |
15+
16+
### In Development
17+
18+
| Num | Title | Editor |
19+
|:---:|-------|--------|
20+
| - | - | - |
21+
22+
23+
[workflow]: https://github.com/php-fig/fig-standards/blob/master/bylaws/003-per-workflow.md
24+
[per-coding-style]: https://github.com/php-fig/per-coding-style/releases/latest

0 commit comments

Comments
 (0)