Skip to content

Latest commit

 

History

History
121 lines (106 loc) · 5.44 KB

index.md

File metadata and controls

121 lines (106 loc) · 5.44 KB
layout title
default
home

A monthly review club for Bitcoin Core PRs

What is this?  A monthly club for reviewing Bitcoin Core PRs in {{ site.meeting_location }}. Meetings take place on the first {{ site.meeting_day }} of the month, at {{ site.meeting_time }}.

What's it for?  To help newer contributors learn about the Bitcoin Core codebase and 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 Bitcoin Core. 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 Bitcoin Core, 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 Bitcoin Core review process on GitHub.

How do I take part? Just show up on IRC! See Attending your first PR Review Club for more tips on how to participate. To stay up to date on newly announced review clubs, you can follow us on Twitter or via the Atom feed.

Who runs this?  Upcoming meetings are scheduled by {{ site.coordinator }}. The meetings are hosted by a variety of Bitcoin Core 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 IRC channel.
  • If you'd like to host a meeting, look at the information for meeting hosts and contact {{ site.coordinator_irc }} on IRC.

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