diff --git a/content/get-involved.md b/content/get-involved.md index dc7ca4c8..6d2a34d3 100644 --- a/content/get-involved.md +++ b/content/get-involved.md @@ -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 diff --git a/content/mentorship.md b/content/mentorship.md index a38fa49a..480b3c93 100644 --- a/content/mentorship.md +++ b/content/mentorship.md @@ -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) diff --git a/themes/jaeger-docs/layouts/index.html b/themes/jaeger-docs/layouts/index.html index 0423d835..d7b6c92e 100644 --- a/themes/jaeger-docs/layouts/index.html +++ b/themes/jaeger-docs/layouts/index.html @@ -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 }} diff --git a/themes/jaeger-docs/layouts/partials/home/contributing.html b/themes/jaeger-docs/layouts/partials/home/contributing.html new file mode 100644 index 00000000..b54a8e09 --- /dev/null +++ b/themes/jaeger-docs/layouts/partials/home/contributing.html @@ -0,0 +1,15 @@ +
+
+

Welcome to the community!

+

+ Jaeger is an open source project with open governance. + 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 get involved as a contributor, + participate in our mentorships, + or even become a maintainer. +

+
+
+ \ No newline at end of file