Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vilmibm/gh-contribute

Small gh extension that suggests issues to work on in a given GitHub repository
https://github.com/vilmibm/gh-contribute

gh-extension

Last synced: 14 days ago
JSON representation

Small gh extension that suggests issues to work on in a given GitHub repository

Awesome Lists containing this project

README

        

# gh contribute

being a [gh](https://github.com/cli/cli) extension for finding issues to help with in a GitHub repository.

This extension suggests an issue in a given repository to work on. Suggested issues are:

- labelled `help wanted` or `good first issue`
- not labelled `blocked`
- opened within the past year
- do not have a PR associated with them

either uses the current repository or a repository suppled via `-R` like `gh` itself.

## author

vilmibm