Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create a doc for open source pair programming sessions #7266

Merged
merged 2 commits into from
Aug 14, 2018
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
28 changes: 28 additions & 0 deletions docs/docs/pair-programming.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Open Community Pair Programming Sessions
---

The best part of open source is the community, and every community is stronger when it works together. To help build the strongest community possible, Gatsby is offering free [one-hour pair programming sessions][cal] to anyone and everyone in the open source community.

## How community pair programming sessions work

1. Sign up for any available slot on [the open pairing calendar][cal]
2. You’ll be paired with one of the Gatsby Inkteam
3. Join the video meeting during your time slot
4. Build, learn, or discuss your Gatsby or other OSS project!

### What we expect in pair programming sessions

- Open community pair programming sessions are _only_ for Gatsby and/or open source projects
horacioh marked this conversation as resolved.
Show resolved Hide resolved
- If you have a specific goal for the session, that’s helpful, but we can also choose an open issue to tackle if you’re not sure where to start
- All participants are expected to adhere to [Gatsby’s code of conduct](/docs/code-of-conduct/)
- We will ask if it’s okay to record our session; you are _not_ required to let us record
- If the session is recorded, we may post the recording on [Gatsby’s YouTube channel](https://www.youtube.com/channel/UCjnp770qk7ujOq8Q9wiC82w)

## How to sign up

We allow booking up to 60 days in advance, and spots tend to fill up fast. If we’re all booked up today, check back tomorrow for the next batch of spots. The core team is spread across North America and Europe, so most time zones will have availability during working hours.

[Reserve your spot today][cal] and let’s build something amazing together!

[cal]: https://calendly.com/gatsbyjs/pair-programming
2 changes: 2 additions & 0 deletions www/src/data/sidebars/doc-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@
link: /docs/how-to-label-an-issue/
- title: How to submit a PR*
link: /docs/how-to-submit-a-pr/
- title: Community Pair Programming Sessions
link: /docs/pair-programming/
- title: Gatsby style guide
link: /docs/gatsby-style-guide/
- title: Design principles*
Expand Down