layout | title |
---|---|
default |
LND PR Review Club |
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.
{% 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:
- 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.
{{ 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 LND Guide. This will help you understand the process and some of the terminology we use in LND.
- Look at the Good First Issues and Up For Grabs list.