Skip to content

Commit 161d8a0

Browse files
committed
Apply code review suggestions
1 parent 346eb74 commit 161d8a0

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

PER.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
# PHP Evolving Recommendations
22

33
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.
55

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.
77

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] |
2111

2212

2313
[workflow]: https://github.com/php-fig/fig-standards/blob/master/bylaws/003-per-workflow.md
2414
[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

Comments
 (0)