vilmibm / gh-contribute

Small gh extension that suggests issues to work on in a given GitHub repository
GNU General Public License v3.0
27 stars 6 forks source link

Feature: Search through dependencies and find good issues #3

Open Milo123459 opened 2 years ago

Milo123459 commented 2 years ago

Read dependencies in a meta file (for example, in Rust: (Cargo.toml & Cargo.lock))

Read the lock file as well so you can contribute to projects that depend on dependencies you don't directly use (Ie, you use dependency X that uses dependency Y, so it shows how you could contribute to Y and X)