Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a process for working groups (#13162)
# Objective Coordinating work can be hard, and figuring out how to get started with contributions is always a challenge. We've had great success with informal working groups in the past (primitives, bevy_color, stageless). However, they're not at all discoverable, are hard to keep track of and tend to flood the dev channels that they're in. When their messages are moved to Discord threads, they then get completely scattered and buried. ## Solution We can formalize the working groups in a very process-light way, and give them a discoverable home by using a curated forum channel on Discord. While we'll still need more stringent PR reviews for particularly complex or architectural changes made as part of these initiatives, a broad sign off on the course of action goes a long way to building consensus. By baking that into the process, I think we can avoid a lot of wasted work and relitigation without encouraging mega-PRs or RFCs. --------- Co-authored-by: Alice Cecile <[email protected]> Co-authored-by: Joona Aalto <[email protected]>
- Loading branch information