Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Let's Go!</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="submit-code.html">Submit Code</a></li>
<li><a class="dropdown-item" href="https://forms.gle/PepxF6U64AT2Y5TZA">Become Reviewer</a></li>
<li><a class="dropdown-item" href="https://forms.gle/PepxF6U64AT2Y5TZA">Become a Reviewer</a></li>
<li><a class="dropdown-item" href="facilitator.html">Become a Facilitator</a></li>
</ul>
</li>
</ul>
Expand Down
15 changes: 15 additions & 0 deletions facilitator.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: default
---
<h2>Review Facilitators</h2>

<p>
Review facilitators play an important role in our review process. Facilitators organize meetings, set up code for review, and lead kick-off and recap meetings. Facilitating reviews does not require any technical expertise, just some organizational skills. It is an easy way to get involved with our community code review work.
</p>
<p>
If you are interested in becoming a facilitator, please fill out <a href="https://forms.gle/GPzv3wzuB5WXq24V9">this form</a>. We will get in touch with you about how to get started. Before you facilitate a review yourself, you will "shadow" another facilitator first, to see our process in action. Once you are ready, you will facilitate a review yourself. We have templates and checklists to help you along the way. It's low effort but a really important job! You'll be recognized as a facilitator on our website afterwards and will have everyone's deep gratitude.
</p>

<p>
<a href="https://forms.gle/GPzv3wzuB5WXq24V9" class="btn btn-primary btn-sm" type="submit">Become a Facilitator Now!</a>
</p>
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ <h1>Community Code Review</h1>
<a href="submit-code.html" class="btn btn-primary btn-sm" type="submit">Submit Code for Review</a>
&nbsp;
<a href="https://forms.gle/PepxF6U64AT2Y5TZA" class="btn btn-primary btn-sm" type="submit">Become a Reviewer</a>
&nbsp;
<a href="facilitator.html" class="btn btn-primary btn-sm" type="submit">Become a Facilitator</a>
</p>
<hr class="col-3 col-md-2 mb-5">

Expand Down Expand Up @@ -52,6 +54,8 @@ <h2>Submission Deadlines</h2>
<a href="submit-code.html" class="btn btn-primary btn-sm" type="submit">Submit Code for Review</a>
&nbsp;
<a href="https://forms.gle/PepxF6U64AT2Y5TZA" class="btn btn-primary btn-sm" type="submit">Become a Reviewer</a>
&nbsp;
<a href="facilitator.html" class="btn btn-primary btn-sm" type="submit">Become a Facilitator</a>
</p>
<hr class="col-3 col-md-2 mb-5">
{% for post in site.posts limit:1 %}
Expand Down