Skip to content
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

Add RFC on governance, establishing the Leadership Council #3392

Merged
merged 21 commits into from
Jun 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1dea1e2
Add RFC on governance, establishing the Leadership Council
khionu Feb 22, 2023
8d82b54
Rename leadership council RFC and files to use RFC number 3392; updat…
joshtriplett Feb 22, 2023
55bbeea
Fix URL typos
joshtriplett Feb 22, 2023
71cbce9
Clarify that audits evaluate both moderation policies and their appli…
joshtriplett Feb 23, 2023
e4ed94b
Fix typo in footnote link
joshtriplett Feb 23, 2023
c8688ed
Add blank lines between footnotes, to help mdbook
joshtriplett Feb 23, 2023
075f4b3
Merge pull request #2 from joshtriplett/blank-lines-between-footnotes
joshtriplett Feb 23, 2023
1f93fc2
Clarify evaluation further
joshtriplett Feb 23, 2023
35b77de
Merge pull request #1 from joshtriplett/clarify-audit-of-moderation-p…
joshtriplett Feb 23, 2023
2abcabc
Clarify language on affiliation
joshtriplett Feb 28, 2023
0a79f01
Add RFC summary translations
yaahc Mar 15, 2023
fc3a412
Fixed broken markdown in Russian translation
YohDeadfall Mar 16, 2023
f3db34e
Removed spaces in URLs
YohDeadfall Mar 16, 2023
ca12a42
Fixed more links and one heading
YohDeadfall Mar 16, 2023
487d59e
Removed line breaks
YohDeadfall Mar 16, 2023
03baf9d
Explicitly remove credential delegation
Mark-Simulacrum Mar 16, 2023
096cd1d
Merge pull request #3 from joshtriplett/clarify-affiliation-language
joshtriplett Mar 19, 2023
3ab3b13
Merge pull request #6 from rust-lang/infra-creds
sophiajt Mar 20, 2023
1cbc3d6
Merge pull request #5 from YohDeadfall/fix-ru-markdown
yaahc Mar 21, 2023
5f23807
Merge pull request #4 from rust-lang/translations
yaahc Mar 22, 2023
63a867e
fix missing spaces in Han Simplified translation
yaahc Mar 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify language on affiliation
Phrases like "no more than 2 representatives may have the same
affiliation" could be ambiguous: they could also mean "no more than 2
representatives may share an affiliation with any other representative",
implying that you can't have more than one such pair on the Council.

Rephrase to "may share any given affiliation" for clarity.
  • Loading branch information
joshtriplett committed Feb 28, 2023
commit 2abcabc82f0636e74a2be6c62816a7dfba790e59
2 changes: 1 addition & 1 deletion text/3392-leadership-council.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ If the Council and top-level teams cannot agree on appropriate term end-date cha

## Limits on representatives from a single company/entity

Council representatives must not disproportionately come from any one company, legal entity, or closely related set of legal entities, to avoid impropriety or the appearance of impropriety. If the Council has 5 or fewer representatives, no more than 1 representative may have the same affiliation; if the Council has 6 or more representatives, no more than 2 representatives may have the same affiliation.
Council representatives must not disproportionately come from any one company, legal entity, or closely related set of legal entities, to avoid impropriety or the appearance of impropriety. If the Council has 5 or fewer representatives, no more than 1 representative may have any given affiliation; if the Council has 6 or more representatives, no more than 2 representatives may have any given affiliation.

Closely related legal entities include branches/divisions/subsidiaries of the same entity, entities connected through substantial ownership interests, or similar. The Council may make a judgment call in unusual cases, taking care to avoid conflicts of interest in that decision.

Expand Down