-
Notifications
You must be signed in to change notification settings - Fork 72
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
Clarify various aspects of EC elections and the Union of Councils. #252
base: main
Are you sure you want to change the base?
Conversation
This change incorporates suggestions from the discussions at jupyter#251 and jupyter-governance/ec-team-compass#23.
8d5d274
to
439296e
Compare
Thanks for this, Jason. One unincorporated suggestion from jupyter-governance/ec-team-compass#23 that I think should be considered came from @mwcraig
I think particularly point 2 is necessary in order to meet the "the cumulative total number of seats filled by the UoC is equal to, or one more than, the number filled by the EC" in the event of, for example, early resignations. |
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.
I recommend adding more clarity to Union of Council section.
overview.md
Outdated
|
||
### Union of Councils | ||
|
||
The Union of Councils (UoC) is the union of the membership of all Subproject Councils, Standing Committees, and Working Groups. The UoC is the body from which [Executive Council](executive_council.md) members are elected, and the UoC votes on the membership of the [Executive Council](executive_council.md). |
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.
The last paragraph is unclear. Perhaps split the sentence and/or clarify. My interpretation:
- leadership of Subproject Councils, Standing Committees, and Working Groups compose the Union of Councils.
- nominees for an Executive Council must be members of the UoC.
- UoC members vote for Executive Council positions that represent the UoC.
Hey all - I hope that this is OK (and apologies if not @jasongrout , feel free to revert), but I just pushed c18d1b3 to try and clarify things a bit given @willingc 's comments. Here's a summary of what I did:
My rationale for this is that our governance documentation is basically "reference documentation" for the inner-workings of the structure and decision making of Jupyter. As such, it should be as concise and to-the-point as possible so that things aren't unclear or under-specified, and so that it's easy for someone to quickly refer back to it. It should also have a clear "source of truth" for information so that things aren't duplicated in a way that they might diverge. By having many different pieces of information embedded in the same paragraph, it's harder to parse and identify what you're looking for. So I split things up to be easier to track in general. I hope that is helpful! |
Sorry, I should have pointed out that I made changes to the list of people in a separate PR (#253) because I knew we were independently updating that file for the new EC members, and I didn't want the two PRs conflicting, and I didn't want to hold up the updated EC list for discussion on this PR. In #253, I incorporated the first suggestion (listing terms), but not the second (listing whether that person was elected by the UoC or the EC). I know there have been different opinions about that, so I think it deserves a separate discussion. I'll open a separate issue for that discussion so it doesn't impede either PR. Update: I've opened #255 |
@choldgraf - thanks for taking a crack at rewording things. I was hoping to do a surgical smaller change that made it clear that the intent and meaning was not changing, but hey, I'm also up for a more drastic reorganization if it makes things a lot more clear. I'm still carefully reading your changes, but one thing that stood out. The top of the overview.md document says:
As such, I think the overview document should not be the only place the UoC should be defined - I think the UoC should continue to be defined in the EC document as the source of truth. |
@ivanov, I don't think it is necessary to know the people that were elected by each method to deal with early resignations, given the process for appointing replacements. But let's please take that discussion up at #255. |
Fair point @jasongrout - I've pushed a commit that moves the "definition" of the UoC to the executive council page, and then references that page from "overview" |
This PR incorporates suggestions from the discussions at #251 and jupyter-governance/ec-team-compass#23. Thanks to everyone involved in those discussions.