Skip to content

Latest commit

 

History

History
103 lines (88 loc) · 3.84 KB

index.md

File metadata and controls

103 lines (88 loc) · 3.84 KB
layout title
default
home

A fortnightly review club for Lightning Dev Kit (LDK) PRs

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.

Upcoming Meetings

{% for post in site.posts reversed %} {% capture components %} {%- for comp in post.components -%} {{comp}}{% unless forloop.last %}, {% endunless %} {%- endfor -%} {% endcapture %} {% if post.status == "upcoming" %}
{%- endif -%} {% endfor %}
{{ 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.

Recent Meetings

{% assign count = 0 %} {% for post in site.posts %} {% capture components %} {%- for comp in post.components -%} {{comp}}{% unless forloop.last %}, {% endunless %} {%- endfor -%} {% endcapture %} {% if post.status == "past" %} {% assign count = count | plus: 1 %}
{%- endif -%} {% if count == 4 %} {% break %} {% endif %} {% endfor %}
{{ post.date | date_to_string }} » {% if post.pr %}#{{ post.pr }}{% endif %} {{ post.title }} ({{components}}) hosted by {{ post.host }}

See all meetings.

Other Resources for New Contributors