-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Update CONTRIBUTING.md #1011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update CONTRIBUTING.md #1011
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,12 @@ given according to the current bylaws of this group. | |
|
||
# Merge & Access Policy | ||
|
||
All Editors, Coordinators and Sponsors of specifications in draft & review stage | ||
All Editors, Sponsors and WG members of specifications in draft & review stage | ||
have access to push to this (php-fig/fig-standards) repository; subject to | ||
secretary discretion | ||
|
||
All Editors, Coordinators and Sponsors of specifications have push access to utility | ||
and interface repositories and retrain this even after acceptance; subject to secretary | ||
discretion. | ||
All Editors and Sponsors of specifications have push access to utility and interface | ||
repositories and retrain this even after acceptance; subject to secretary discretion. | ||
|
||
|
||
The master branch of all repositories are protected and therefore cannot be forced | ||
pushed to. | ||
|
@@ -43,8 +42,8 @@ directly (excluding inital commits on new interface/util repositories) to master | |
comment) or merged by the PSR Editor, except in the review phase when the coordinator | ||
should seek commment from the editor, but merging is at the coordinator's discretion | ||
* You must never merge a pull request that affects any file in the repository | ||
other than those you are on a working group for; you should request a secretary | ||
or member of that working group (mention @php-fig/psr-x) do so | ||
other than those you are on a working group for unless you are a secretary; you should | ||
request a secretary or member of that working group (mention @php-fig/psr-x) do so | ||
|
||
* You should never merge your own pull request | ||
* A change should never be merged to an accepted PSR without approval from | ||
secretaries, who will attempt to seek confirmation from the former Editors | ||
|
@@ -66,7 +65,7 @@ access. Merge access is a privilege and not a right. | |
# Tagging | ||
|
||
Tagging on utility and interface repository should be done regularly, ideally after | ||
every merge, or every batch of merges after PSR approval. | ||
every merge, or every batch of merges after PSR approval; and on PSR approval. | ||
|
||
|
||
Versioning should follow semantic versioning and primarily just be simple patch | ||
fix increments (following semantic versioning). The first 1.0.0 tag should be | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the only piece that's not accurate based on the bylaw changes since the PR was submitted? Do we just need to drop
WG members
here?I don't immediately see any issues with the remaining changes... or does @Jean85 's last comment from Jan mean the whole doc itself needs reworked?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the only piece that's not accurate based on the bylaw changes since the PR was submitted? Do we just need to drop
WG members
here?I don't immediately see any issues with the remaining changes... or does @Jean85 's last comment from Jan mean the whole doc itself needs reworked?