Skip to content

Commit

Permalink
Add welcome/contributing section to the home page (#653)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored Sep 9, 2023
1 parent e431e64 commit e3af450
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Get Involved
---

Jaeger is an open source project with [open governance](https://github.com/jaegertracing/jaeger/blob/main/GOVERNANCE.md). We welcome contributions from the community, and we’d love your help to improve and extend the project. Here are some ideas for how to get involved with the project. Some of them don't even require any coding.
Jaeger is an open source project with [open governance](https://github.com/jaegertracing/jaeger/blob/main/GOVERNANCE.md). We welcome contributions from the community, and we'd love your help to improve and extend the project. Below you will find some ideas for how to get involved with the project. Some of them don't even require any coding. There is also a good
CNCF guide on [how to start contributing to open source and figure out where to begin](https://contribute.cncf.io/contributors/getting-started/).

## No-coding involvement

Expand Down
4 changes: 4 additions & 0 deletions content/mentorship.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Mentorships

The Jaeger project regularly participates in mentorship programs via CNCF, such as [Outreachy](https://www.outreachy.org/), [Google Summer of Code](https://summerofcode.withgoogle.com/), and [LFX Mentorship](https://mentorship.lfx.linuxfoundation.org/). As a mentee, you will have the opportunity to contribute to an open-source project while working under the guidance of an experienced mentor who is an active contributor to the project and open-source community. The mentees receive an internship stipend.

See also:
* [For mentees](../mentorship-for-mentees/)
* [For mentors](../mentorship-for-mentors/)

## LFX Mentorship Sep-Nov 2023

* [Ansh Goyal](https://github.com/anshgoyalevil) -- [Upgrade Jaeger UI to the latest version of React.js](https://github.com/jaegertracing/jaeger-ui/issues/998)
Expand Down
1 change: 1 addition & 0 deletions themes/jaeger-docs/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
{{ partial "home/why.html" . }}
{{ partial "home/features.html" . }}
{{ partial "home/articles.html" (dict "posts" $posts) }}
{{ partial "home/contributing.html" . }}
{{ partial "home/cncf.html" . }}
{{ end }}
15 changes: 15 additions & 0 deletions themes/jaeger-docs/layouts/partials/home/contributing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<section class="section section--contributing">
<div class="container has-text-centered">
<h1 class="title is-size-2 is-size-3-touch is-spaced">Welcome to the community!</h1>
<h4 class="subtitle is-size-4 is-size-5-mobile">
Jaeger is an open source project with <a href="https://github.com/jaegertracing/jaeger/blob/main/GOVERNANCE.md" target="_blank">open governance</a>.
It is built by engineers for engineers.
We welcome contributions from the community,
and we'd love your help to improve and extend the project.
You can <a href="/get-involved/">get involved</a> as a contributor,
participate in our <a href="/mentorship/">mentorships</a>,
or even become a <a href="https://github.com/jaegertracing/jaeger/blob/main/GOVERNANCE.md#becoming-a-maintainer" target="_blank">maintainer</a>.
</h4>
</div>
</section>

0 comments on commit e3af450

Please sign in to comment.