This repository was archived by the owner on Sep 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
This file contains hidden or 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
Closed
b454c2b
to
a948879
Compare
this PR includes #58 |
Do people think it makes sense to simplify "Active Members" to "Members". We could also have "Collaborators" instead of "Members" |
ea8cc1f
to
5bec32a
Compare
* Introduce Membership Types - Active Member - Observer * Define roles * Define process for applying for membership * Define process for changing membership status
5bec32a
to
535b2e6
Compare
rebased against master and squashed fixup commits. ptal |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The first commit is a structural change of where we define our concept of "quorum" for the sake of consistency. AFAICT this does not change any of our current rules or expectations.
The second commit does the following:
One important thing to note, the way I defined things here
Observers
full participate in theConsensus Seeking Process
. It is only when determiningquorum
andvoting
that there distinction in Membership. The intention is thatObservers
will be able to fully participate in discussion and reaching consensus including the ability to object to anything.edit:
The meat of this PR is in 7e493a3, the rest is primarily cleanup, errata, and refactoring