-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1281 from php-fig/add-pers
Add PERs
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# PHP Evolving Recommendations | ||
|
||
A PHP Evolving Recommendation is a meta document accompanied by one or more artifacts that are set to evolve over time with multiple releases. | ||
Following the [PER Workflow Bylaw][workflow], when a PER has the first release, it will be listed here. | ||
|
||
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. | ||
|
||
| Title | Editor | Sponsor | Last release(s) | | ||
|----------------------------------|---------------|------------------|----------------------------------------------| | ||
| [Coding Style][per-coding-style] | Korvin Szanto | Chris Tankersley | [PER Coding Style][per-coding-style-release] | | ||
|
||
|
||
[workflow]: https://github.com/php-fig/fig-standards/blob/master/bylaws/003-per-workflow.md | ||
[structure]: https://github.com/php-fig/fig-standards/blob/master/bylaws/001-mission-and-structure.md | ||
[per-coding-style]: https://github.com/php-fig/per-coding-style/blob/1.0.0/spec.md | ||
[per-coding-style-release]: https://github.com/php-fig/per-coding-style/releases/latest |
File renamed without changes.