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

https://github.com/corylanou/oss-helpwanted

Description of open source projects that have issues labeled for Help Wanted
https://github.com/corylanou/oss-helpwanted

Last synced: 16 days ago
JSON representation

Description of open source projects that have issues labeled for Help Wanted

Awesome Lists containing this project

README

        

# Open Source Help Wanted Projects

The purpose of this repo is to maintain a list of open source projects by language that allow for the community to quickly identify areas they can contribute. This is very helpful for individuals that are new to a language. I'm also hoping this will be used for hackathons and meetups.

## Go
[golang.org](http://golang.org)

- [Help Wanted](https://github.com/golang/go/labels/help%20wanted)
- [Documentation](https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3ADocumentation)
- [Contribution Guidelines](https://golang.org/doc/contribute.html)

#### [InfluxDB](http://github.com/influxdata/influxdb)
To see only help wanted issues, follow these links:

- [All Help Wanted](https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3Astatus%2Fhelp-wanted)
- [Help Wanted - Difficulty: low](https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3Astatus%2Fhelp-wanted+label%3Adifficulty%2Flow)
- [Help Wanted - Difficulty: medium](https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3Astatus%2Fhelp-wanted+label%3Adifficulty%2Fmedium)
- [Help Wanted - Difficulty: high](https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3Astatus%2Fhelp-wanted+label%3Adifficulty%2Fhigh)

#### [Kapacitor](http://github.com/influxdata/kapacitor)
To see only help wanted issues, follow these links:

- [All Help Wanted](https://github.com/influxdata/kapacitor/labels/help%20wanted)
- [Help Wanted - Difficulty: easy](https://github.com/influxdata/kapacitor/labels/difficulty-easy)
- [Help Wanted - Difficulty: medium](https://github.com/influxdata/kapacitor/labels/difficulty-medium)
- [Help Wanted - Difficulty: hard](https://github.com/influxdata/kapacitor/labels/difficulty-hard)

#### [Docker](https://github.com/docker/docker)
- [Beginner](https://github.com/docker/docker/issues?q=is%3Aopen+is%3Aissue+label%3Aexp%2Fbeginner)
- [Intermediate](https://github.com/docker/docker/issues?q=is%3Aopen+is%3Aissue+label%3Aexp%2Fintermediate)
- [Expert](https://github.com/docker/docker/issues?q=is%3Aopen+is%3Aissue+label%3Aexp%2Fexpert)

#### [Mattermost Server](https://github.com/mattermost/mattermost-server)

Open source Slack-alternative built on Go and React.
- [All Help Wanted](https://mattermost.com/pl/help-wanted)
- [Go Help Wanted - Difficulty: Easy](https://github.com/mattermost/mattermost-server/issues?q=is%3Aissue+is%3Aopen+label%3ADifficulty%2F1%3AEasy+label%3A%22Tech%2FGo%22)
- [Go Help Wanted - Difficulty: Medium](https://github.com/mattermost/mattermost-server/issues?q=is%3Aissue+is%3Aopen+label%3ADifficulty%2F2%3AMedium+label%3A%22Tech%2FGo%22+)
- [Go Help Wanted - Difficulty: Hard](https://github.com/mattermost/mattermost-server/issues?q=is%3Aissue+is%3Aopen+label%3ADifficulty%2F3%3AHard+label%3A%22Tech%2FGo%22+)

#### [CockroachDB](https://github.com/cockroachdb/cockroach)
- [All Help Wanted](https://github.com/cockroachdb/cockroach/labels/helpwanted)
- [Help Wanted - Easy](https://github.com/cockroachdb/cockroach/issues?q=is%3Aopen+label%3Ahelpwanted+label%3Aeasy)

#### [Caddy](https://github.com/mholt/caddy)
- [All Help Wanted](https://github.com/mholt/caddy/labels/help%20wanted)
- [Help Wanted - Easy](https://github.com/mholt/caddy/labels/easy)

#### [Gogs](https://github.com/gogits/gogs)
- [Help Wanted](https://github.com/gogits/gogs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)

#### [Arduino Create Agent](https://github.com/arduino/arduino-create-agent)
This project works, but it's a mess of non idiomatic go code without tests.
- [Help wanted - Refactor](https://github.com/arduino/arduino-create-agent/issues/3)

#### [universal-translator](https://github.com/go-playground/universal-translator)
- [Help Wanted - Tests](https://github.com/go-playground/universal-translator/issues/1)

#### [Go kit](https://github.com/go-kit/kit)
- [Help Wanted](https://github.com/go-kit/kit/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
- [Help Wanted, Newbie Friendly](https://github.com/go-kit/kit/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3A"help+wanted"+label%3A"newbie+friendly")

#### [fsnotify](https://github.com/fsnotify/fsnotify)

- Help wanted to [investigate and reproduce issues](https://github.com/fsnotify/fsnotify/issues?q=is%3Aissue+is%3Aopen+label%3Ainvestigate), review [pull requests](https://github.com/fsnotify/fsnotify/pulls), support additional platforms, and clean up the existing code.

#### [log](https://github.com/go-playground/log)
- [Help Wanted](https://github.com/go-playground/log/issues/1)

#### [gorilla/mux](https://github.com/gorilla/mux)
- [Help Wanted](https://github.com/gorilla/mux/labels/helpwanted)
- [Documentation](https://github.com/gorilla/mux/labels/documentation)

#### [gorouter](https://github.com/vardius/gorouter)
- [Help Wanted](https://github.com/vardius/gorouter/labels/help%20wanted)

#### [go-api-boilerplate](https://github.com/vardius/go-api-boilerplate)
- [Help Wanted](https://github.com/vardius/go-api-boilerplate/labels/help%20wanted)

#### [httpexpect](https://github.com/gavv/httpexpect)
- [Help Wanted](https://github.com/gavv/httpexpect/labels/help%20wanted)

## C++

#### [Roc Toolkit](https://roc-streaming.org/)
- [Help Wanted](https://github.com/roc-streaming/roc-toolkit/labels/help%20wanted)
- [Contribution Guidelines](https://roc-streaming.org/toolkit/docs/development/contribution_guidelines.html)

#### [Signal Estimator](https://github.com/gavv/signal-estimator)
- [Help Wanted](https://github.com/gavv/signal-estimator/labels/help%20wanted)