layout | title |
---|---|
default |
home |
What is this? A fortnightly club for reviewing LDK PRs at {{ site.meeting_time }} every second {{ site.meeting_day }} in {{ site.meeting_location }}.
What's it for? To help newer contributors learn about the LDK review process. The review club is not primarily intended to help open PRs get merged.
Who should take part? Anyone who wants to learn about contributing to LDK. All are welcome to come and ask questions!
How do I take part? Just show up on our Discord! See Attending your first PR Review Club for more tips on how to participate.
Who runs this? Upcoming meetings are scheduled by {{ site.coordinator }}. The meetings are hosted by a variety of LDK contributors. See some of our previous hosts.
{% for post in site.posts reversed %} {% capture components %} {%- for comp in post.components -%} {{comp}}{% unless forloop.last %}, {% endunless %} {%- endfor -%} {% endcapture %} {% if post.status == "upcoming" %}{{ post.date | date_to_string }} | » | {% if post.pr %}#{{ post.pr }} {% endif %} {{ post.title }} ({{components}}) hosted by {{ post.host }} |
We're always looking for interesting PRs to discuss in the review club and for volunteer hosts to lead the discussion:
- If there's a PR that you'd like to discuss in a future meeting, feel free to suggest it in the Discord channel.
- If you'd like to host a meeting, look at the information for meeting hosts and contact {{ site.coordinator_irc }} on Discord.
{{ post.date | date_to_string }} | » | {% if post.pr %}#{{ post.pr }}{% endif %} {{ post.title }} ({{components}}) hosted by {{ post.host }} |
See all meetings.
- Read the Contributing to LDK Guide. This will help you understand the process and some of the terminology we use in LDK.
- Look at the Good First Issues and Up For Grabs list.
- Brush up on your Rust. There are many references available over and above The Book.