ecosystem-wg
ecosystem-wg copied to clipboard
Custodians
I think it would be useful to have a team dedicated to custodianship.
This isn't the same as a blitz on a single library, as it seeks to do things across the ecosystem:
- Submit markdown fixes.
- Typo fixes in documentation.
- Clippy fixes.
- Warning fixes.
- Updating dependencies.
- Updating bindgen output / usage.
- Improve CI.
It should include doing reverse dependency searches on crates.io to see who is still using older versions of popular libraries (like docopt 0.7
) or who is using deprecated libraries (like rustc-serialize
) and submitting updates to address that.
This can be fun as it can be an easy point of entry into doing something broadly useful for people who are newer and a lot of people seem happy to get random drive-by patches that fix things.
This is an interesting idea! How do you typically find issues that need to be fixed at the moment? I'm thinking if we had a group dedicated to custodianship we'd probably need to try make it really easy for folks to get started fixing issues and submitting PRs, even if they're totally new to Rust/open source.
I would love to be part of this... I love using clippy :D
Count me in :)