Skip to content

Latest commit

 

History

History
111 lines (95 loc) · 4.29 KB

index.md

File metadata and controls

111 lines (95 loc) · 4.29 KB
layout title
default
LND PR Review Club

A bi-weekly review club for LND PRs

What is this?  A club for reviewing LND PRs every second Thursday of the month at 17:00 UTC in the #review-club channel on LND Developer Community Slack.

What's it for?  To help newer contributors learn about the LND review process. The review club is not primarily intended to help open PRs get merged (although that might be a nice side-effect).

Who should take part?  Anyone who wants to learn about contributing to LND. All are welcome to come and ask questions!

What's the benefit for participants?  Reviewing and testing PRs is the best way to start contributing to LND, but it's difficult to know where to start. There are hundreds of open PRs, many require a lot of contextual knowledge, and contributors and reviewers often use unfamiliar terminology. The review club will give you the tools and knowledge you need in order to take part in the LND review process on GitHub.

How do I take part? Just show up on Slack! See Attending your first PR Review Club for more tips on how to participate.

Who runs this?  Lightning Labs evangelist lucasdcf started the review club and schedules the upcoming meetings. Individual meetings are hosted by a variety of LND 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:

  • To suggest a PR, please DM @lucasdcf on Slack or Twitter.
  • If you'd like to host a meeting, contact lucasdcf on on Slack or Twitter.

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