-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
We have a well-documented governance process for nominating new members as maintainers/core maintainers for Astro.
These nominations happen in a new thread in the #core
or #maintainers
channel.
Unfortunately, as the team grows, manually tallying votes becomes increasingly difficult. The process involves hunting down a list of all the currently active maintainers + core, removing any core-in-residency members (no voting privileges), then cross-checking all of the responses to verify that you've correctly recorded everyone's response.
As such, I've been tracking recent nominations in a separate spreadsheet. It'd be nice to have a new /vote
command that creates an embed for users to click "Yes / No / Abstain". When a button is pressed, the bot could update an anonymous tally in whatever db we end up using and reply in the thread with the number of votes remaining.
I'm sure there could be further automations in the future, but that seems like a good starting place.