Skip to content

Commit

Permalink
Add some additional clarification for mentees. (#672)
Browse files Browse the repository at this point in the history
Based on some of the questions we are getting from our new Mentees we
wanted to add some additional pointers and clarification ot make it
easier for them to get started.

Added link for the current ongoing LFX mentorship. 

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits

Tested new page locally.

---------

Signed-off-by: Jonah Kowall <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
jkowall and yurishkuro authored Feb 6, 2024
1 parent 8e299be commit 2c829b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 8 additions & 4 deletions content/mentorship-for-mentees.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ It does not mean that the longer the proposal the better. It's about the quality

### Bootcamp

In order to understand the project better and come up with reasonable solutions, it's always helpful to become familiar with Jaeger and its code base. We strongly recommend:

* Going through some Jaeger tutorials, such as [this one][hotrod].
* Trying to solve some of the [simple open issues](../get-involved/) that you can find across Jaeger repositories.
In order to understand the project better and come up with reasonable solutions, it's always helpful to become familiar with Jaeger and its code base. We strongly recommend these steps:

* Go through some Jaeger tutorials, such as [this blog post][hotrod] or [this video](https://youtu.be/s7IrYt1igSM?si=B3NI6ruohKfSPUCl&t=445).
* Run the [HotROD demo yourself](https://github.com/jaegertracing/jaeger/blob/main/examples/hotrod/README.md). The blogs and videos may be outdated, it's good to get hands on.
* Review the [Jaeger architecture](https://www.jaegertracing.io/docs/latest/architecture/) and understand the components.
* Fork and clone the respective repositories to be able to [build and run the project locally](https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING.md#getting-started).
* Learn about contributing with the best practices, including how to [sign your code and contribute](https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING_GUIDELINES.md#creating-a-pull-request).
* Try to solve some of the [simple open issues](../get-involved/) that you can find across Jaeger repositories.

### Evaluation criteria

Expand Down
8 changes: 8 additions & 0 deletions content/mentorship.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ See also:
* [For mentees](../mentorship-for-mentees/)
* [For mentors](../mentorship-for-mentors/)

## LFS Mentorship March-May 2024 (Term 1)

{{< warning >}}
Mentee applications are open between Monday Jan 29 - Tues Feb 13, 5:00 PM PDT.
{{< /warning >}}

* See [this issue](https://github.com/jaegertracing/jaeger/issues/5084) for project details.

## 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

0 comments on commit 2c829b7

Please sign in to comment.