|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Governance WG Call For Participation" |
| 4 | +author: Erin Power |
| 5 | +team: The Governance WG <https://github.com/rust-lang/wg-governance> |
| 6 | +--- |
| 7 | + |
| 8 | +Hello everyone, the governance working group has been working a few efforts, but |
| 9 | +we haven't made as much progress as we would have liked over the past few |
| 10 | +months, so we are going to try out a new process and meeting agenda aimed at |
| 11 | +trying to get more work done in the time we know we have. |
| 12 | + |
| 13 | +## New Meeting Structure |
| 14 | + |
| 15 | +Previously we have been doing most of our work async while using our bi-weekly |
| 16 | +meeting call to triage tasks. The problem we ran into with this is that a lot of |
| 17 | +the members also heavy contributors to the Rust project as a whole, and it can |
| 18 | +be can hard for some people to schedule time write an initial draft. |
| 19 | + |
| 20 | +To address this instead of triaging during the meeting and working on tasks in |
| 21 | +async, we're going to hold focused topic based meetings, and use the time between |
| 22 | +meetings, to publish posts like this and to research and prepare for the next |
| 23 | +topic. To help do this we're going to extend our current meeting duration from |
| 24 | +30 minutes to an hour. (The meeting will still be every two weeks.) |
| 25 | + |
| 26 | +The current goals are to documenting the de-facto governance structure, provide |
| 27 | +the result as a RFC and then if merged provide a version on |
| 28 | +[forge.rust-lang.org](https://forge.rust-lang.org/) so that it has greater visbility. We also want to |
| 29 | +schedule people involved in Rust and other governance structures to come and |
| 30 | +talk about their experiences. |
| 31 | + |
| 32 | +For deciding what topics, we're going to rotate who takes the lead for each |
| 33 | +meeting. It's that person's responsibility to decide the topic and to |
| 34 | +prepare a call for participation similar to this post informing people of |
| 35 | +the topic and how they might best prepare if they wish to join. |
| 36 | + |
| 37 | +We also hope that having a focused topic will reduce any barrier of expected |
| 38 | +knowledge in order to participate and contribute. With that said let's talk |
| 39 | +about the topic for next meeting. |
| 40 | + |
| 41 | +## Reviewing & Examining Previous Governance RFCs |
| 42 | + |
| 43 | +Our first topic for new meeting is going to be to read [RFC 1068], the |
| 44 | +original Rust Governance RFC, review how accurate it is to today's structure, |
| 45 | +and see any if there are questions that we have that it doesn't answer. Here |
| 46 | +are some other relevant RFCs for additional context: |
| 47 | + |
| 48 | +- ["North Star" RFC] lays out the Rust roadmap process. |
| 49 | +- [Compiler contributors RFC] details the process of contributing to the |
| 50 | + compiler and progression towards joining the compiler team. |
| 51 | +- [Compiler bug fix procedure] defines the best practices for making a bug fix |
| 52 | + to the compiler. |
| 53 | + |
| 54 | +Our next meeting is going to be at **22:00 UTC on Tuesday, November 19th** |
| 55 | +and we'd like to encourage anyone who's interested, regardless of their |
| 56 | +previous experience to read those RFCs and come to the `#wg-governance` |
| 57 | +channel on discord to attend the meeting. (Our meetings are done over a video |
| 58 | +call with Zoom, but we use the discord channel to organise ourselves). |
| 59 | + |
| 60 | +If some reason you know you won't be able to attend these meetings but would |
| 61 | +still like to participate. Please feel free to post any questions about Rust's |
| 62 | +governance as [issues on our GitHub repository][gh-issues], even if you are |
| 63 | +not available to attend the working group's meetings. |
| 64 | + |
| 65 | +[rfc 1068]: https://rust-lang.github.io/rfcs/1068-rust-governance.html |
| 66 | +["north star" rfc]: https://github.com/rust-lang/rfcs/blob/26197104b7bb9a5a35db243d639aee6e46d35d75/text/1728-north-star.md |
| 67 | +[compiler contributors rfc]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html |
| 68 | +[compiler bug fix procedure]: https://rust-lang.github.io/rfcs/1589-rustc-bug-fix-procedure.html |
| 69 | +[gh-issues]: https://github.com/rust-lang/wg-governance/issues?q=is%3Aissue+is%3Aopen+label%3AQuestion |
0 commit comments