Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Aug 14, 2023
1 parent 8456ad0 commit 1b655f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ Jaeger is an open source project with [open governance](https://github.com/jaege

## Help with coding

Of course, there's also no shortage of opportunities to help with the actual development of Jaeger. The easiest way to start is with issues tagged [good first issue](https://github.com/jaegertracing/jaeger/labels/good%20first%20issue). Note that the Jaeger project includes many different [repositories](https://github.com/jaegertracing/), covering backend components, Jaeger UI, client libraries, Kubernetes tools, analytics tools, etc. Many of them have the "good first issue" tickets, so pick whichever area interests you the most.
Of course, there's also no shortage of opportunities to help with the actual development of Jaeger. The easiest way to start is with issues tagged `good-first-issue`. Note that the Jaeger project includes many different [repositories](https://github.com/jaegertracing/), covering backend components, Jaeger UI, Kubernetes tools, analytics tools, etc. Many of them have these tickets, so pick whichever area interests you the most.

Another label to look for is [help wanted](https://github.com/jaegertracing/jaeger/labels/help%20wanted), which we use to tag tickets that involve features that maintainers consider promising / useful, but which are not on the immediate roadmap (after all, we all have day jobs with different priorities).
Another label to look for is `help-wanted`, which we use to tag tickets that involve features that maintainers consider promising / useful, but which are not on the immediate roadmap (after all, we all have day jobs with different priorities).

* Jaeger backend: [good-first-issue](https://github.com/jaegertracing/jaeger/labels/good%20first%20issue), [help-wanted](https://github.com/jaegertracing/jaeger/labels/help%20wanted)
* Jaeger frontend: [good-first-issue](https://github.com/jaegertracing/jaeger-ui/labels/good%20first%20issue), [help-wanted](https://github.com/jaegertracing/jaeger-ui/labels/help%20wanted)

Please refer to the [Contributing Guidelines](https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING_GUIDELINES.md) on how to make code contributions. And make sure to follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

Expand Down

0 comments on commit 1b655f7

Please sign in to comment.