Skip to content

Commit

Permalink
Clarified links to good first issues in contrib guide. (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Nov 25, 2019
1 parent 69b6695 commit af8bcc4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions content/docs/about/contributing.md
Expand Up @@ -92,10 +92,20 @@ should be fixed, you should own it. Here is how you get started.

### Starter issues

To find Kubeflow issues that make good entry points, look at the following tags:

* [`good first issue`](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+org%3Akubeflow)
* [`help wanted`](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+org%3Akubeflow)
To find Kubeflow issues that make good entry points:

* Start with issues labeled **good first issue**. For example, see the good
first issues in the [kubeflow/website
repository](https://github.com/kubeflow/website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
for doc updates, and in the [kubeflow/kubeflow
repository](https://github.com/kubeflow/kubeflow/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
for updates to the core Kubeflow code.
* For issues that require deeper knowledge of one or more technical aspects,
look at issues labeled **help wanted**. For example, see these issues in the
[kubeflow/kubeflow
repository](https://github.com/kubeflow/kubeflow/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
* Examine the issues in any of the
[Kubeflow repositories](https://github.com/kubeflow).

## Owners files and PR workflow

Expand Down

0 comments on commit af8bcc4

Please sign in to comment.