You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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:
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 (likerustc-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.
The text was updated successfully, but these errors were encountered: