-
Notifications
You must be signed in to change notification settings - Fork 201
Fix/update governance two-thirds super-majority link #411
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: George Jenkins <[email protected]>
* No one company or organization can employ a simple majority of the org maintainers | ||
* An org maintainer may step down by emailing the org maintainers mailing list. Within 7 calendar days the [helm mailing list](https://lists.cncf.io/g/cncf-helm) needs to be notified of the change | ||
* Org maintainers MUST remain active on the project. If they are unresponsive for > 3 months they will lose org maintainership unless a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) of the other org maintainers agrees to extend the period to be greater than 3 months | ||
* Org maintainers MUST remain active on the project. If they are unresponsive for > 3 months they will lose org maintainership unless a [two-thirds super-majority] of the other org maintainers agrees to extend the period to be greater than 3 months |
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.
* Org maintainers MUST remain active on the project. If they are unresponsive for > 3 months they will lose org maintainership unless a [two-thirds super-majority] of the other org maintainers agrees to extend the period to be greater than 3 months | |
* Org maintainers MUST remain active on the project. If they are unresponsive for > 3 months they will lose org maintainership unless a [two-thirds super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds) of the other org maintainers agrees to extend the period to be greater than 3 months |
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.
this is a reference style link
source for the above:
this is a [reference style link][1]
[1]: <https://www.markdownguide.org/basic-syntax/#reference-style-links>
* Maintainers MUST remain active. If they are unresponsive for > 3 months they will be automatically removed unless a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) of the other project maintainers agrees to extend the period to be greater than 3 months | ||
* New maintainers can be added to a project by a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) vote of the existing maintainers. While nomination will happen on the public [Helm mailing list](https://lists.cncf.io/g/cncf-helm), voting will happen on the private maintainer list. | ||
* Maintainers MUST remain active. If they are unresponsive for > 3 months they will be automatically removed unless a [two-thirds super-majority] of the other project maintainers agrees to extend the period to be greater than 3 months | ||
* New maintainers can be added to a project by a [two-thirds super-majority] vote of the existing maintainers. While nomination will happen on the public [Helm mailing list](https://lists.cncf.io/g/cncf-helm), voting will happen on the private maintainer list. |
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.
* New maintainers can be added to a project by a [two-thirds super-majority] vote of the existing maintainers. While nomination will happen on the public [Helm mailing list](https://lists.cncf.io/g/cncf-helm), voting will happen on the private maintainer list. | |
* New maintainers can be added to a project by a [two-thirds super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds) vote of the existing maintainers. While nomination will happen on the public [Helm mailing list](https://lists.cncf.io/g/cncf-helm), voting will happen on the private maintainer list. |
* A maintainer may step down by emailing the [Helm mailing list](https://lists.cncf.io/g/cncf-helm) | ||
* Maintainers MUST remain active. If they are unresponsive for > 3 months they will be automatically removed unless a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) of the other project maintainers agrees to extend the period to be greater than 3 months | ||
* New maintainers can be added to a project by a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) vote of the existing maintainers. While nomination will happen on the public [Helm mailing list](https://lists.cncf.io/g/cncf-helm), voting will happen on the private maintainer list. | ||
* Maintainers MUST remain active. If they are unresponsive for > 3 months they will be automatically removed unless a [two-thirds super-majority] of the other project maintainers agrees to extend the period to be greater than 3 months |
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.
* Maintainers MUST remain active. If they are unresponsive for > 3 months they will be automatically removed unless a [two-thirds super-majority] of the other project maintainers agrees to extend the period to be greater than 3 months | |
* Maintainers MUST remain active. If they are unresponsive for > 3 months they will be automatically removed unless a [two-thirds super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds) of the other project maintainers agrees to extend the period to be greater than 3 months |
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.
LGTM
his PR does two things:
- fixes the anchor link to two-thirds section of wikipedia supermajority page (anchor changed on wikipedia)
- spells out "two-thirds" explicitly in the readable text
I think this is a minor editorial change to this document, not a material change, because we already specified two-thirds type of supermajority in the link. Fixing the link would be sufficient. Spelling it out in text explicitly ensures this is known without needing to read the raw markdown.
https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote has moved to https://en.wikipedia.org/wiki/Supermajority#Two-thirds
Also, since there are more types of "super-majority" than two-thirds, put "two-thirds" in the (link) text.