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

Support for per-team consensus threshold #319

Open
RalfJung opened this issue Nov 20, 2023 · 0 comments
Open

Support for per-team consensus threshold #319

RalfJung opened this issue Nov 20, 2023 · 0 comments

Comments

@RalfJung
Copy link
Member

RalfJung commented Nov 20, 2023

Currently rfcbot assumes all teams have the same threshold for when they reached consensus in an FCP: a strict majority, with at most 2 votes outstanding. In rust-lang/rust#114986 the suggestion came up to make this per-team configurable instead, which seems like a useful feature for rfcbot.

The tricky part about this is that we'd have to first change the rules for multi-team FCPs: currently that's treated as if they all were one joint big team, but for per-team consensus rules we need to treat this as multiple per-team decisions, where consensus is reached when each team reached their own notion of consensus. This requires a global change to the consensus rules for all teams to transition multi-team FCPs from "one big team" to "multiple per-team decisions".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant