From 025a5fb602a6923d91aff718deca6576483d9214 Mon Sep 17 00:00:00 2001 From: moeyui1 <894immyk@gmail.com> Date: Thu, 28 Feb 2019 07:16:49 +0800 Subject: [PATCH] Add Build and Eventing to "How can I help" (#193) (#936) --- community/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community/README.md b/community/README.md index 27d684614..29c444313 100644 --- a/community/README.md +++ b/community/README.md @@ -81,6 +81,8 @@ overall project. If you're looking for something to do to get your feet wet working on Knative, look for GitHub issues marked with the Help Wanted label: +- [Build issues](https://github.com/knative/build/issues?q=is%3Aopen+is%3Aissue+label%3A%22community%2Fhelp+wanted%22) +- [Eventing issues](https://github.com/knative/eventing/issues?q=is%3Aopen+is%3Aissue+label%3A%22community%2Fhelp+wanted%22) - [Serving issues](https://github.com/knative/serving/issues?q=is%3Aopen+is%3Aissue+label%3A%22community%2Fhelp+wanted%22) - [Documentation repo](https://github.com/knative/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22community%2Fhelp+wanted%22)