Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vilmibm/gh-contribute
- Owner: vilmibm
- License: gpl-3.0
- Created: 2021-07-19T22:04:13.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-11T21:16:09.000Z (over 2 years ago)
- Last Synced: 2024-10-13T08:24:58.239Z (29 days ago)
- Topics: gh-extension
- Language: Go
- Homepage:
- Size: 10.9 MB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - vilmibm/gh-contribute - Small gh extension that suggests issues to work on in a given GitHub repository (Go)
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 themeither uses the current repository or a repository suppled via `-R` like `gh` itself.
## author
vilmibm