|
1 | 1 | # PHP Evolving Recommendations
|
2 | 2 |
|
3 | 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". |
| 4 | +Following the [PER Workflow Bylaw][workflow], when a PER has the first release, it will be listed here. |
5 | 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. |
| 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 | 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 |
| -| - | - | - | |
| 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] | |
21 | 11 |
|
22 | 12 |
|
23 | 13 | [workflow]: https://github.com/php-fig/fig-standards/blob/master/bylaws/003-per-workflow.md
|
24 | 14 | [structure]: https://github.com/php-fig/fig-standards/blob/master/bylaws/001-mission-and-structure.md
|
25 |
| -[per-coding-style]: https://github.com/php-fig/per-coding-style/releases/latest |
| 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 |
0 commit comments