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

chore(docs): Remove Pair Programming docs #29454

Merged
merged 7 commits into from
Feb 19, 2021
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: 1 addition & 2 deletions docs/contributing/docs-writing-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here are some tips for gathering information on a given topic within Gatsby:

3. You can also search the web for additional examples outside of the Gatsby GitHub org or docs site. Be sure to check Gatsby versions and only reference the most current examples unless for a specific purpose.

4. In the event there is no information available to write a greenfield doc after trying all the above steps, such as for a new integration, try interviewing Gatsby core team members to help to produce an outline and content tips. See [Pair Programming program](/contributing/pair-programming/).
4. In the event there is no information available to write a greenfield doc after trying all the above steps, such as for a new integration, try asking Gatsby core team members to help to produce an outline and content tips. Please open a [documentation issue](https://github.com/gatsbyjs/gatsby/issues/new/choose) for this then.

5. **For Gatsby inkteam members:** You can also search in the Gatsby Slack internally for related information. It’s possible other team members have discussed the issue, or even compiled trouble points into a doc. Look and ask around as part of your discovery work.

Expand Down Expand Up @@ -90,7 +90,6 @@ Apply feedback from pull request reviews in order for them to be accepted. Furth
- [How to File an Issue](/contributing/how-to-file-an-issue/)
- [Gatsby Style Guide](/contributing/gatsby-style-guide/)
- [Markdown Syntax Doc](/docs/how-to/routing/mdx/markdown-syntax/)
- [Pair Programming](/contributing/pair-programming/) for interviewing the core team only
- [Blog Post Guidelines](/contributing/blog-contributions/)
- [Docs site setup instructions](/contributing/docs-contributions/#docs-site-setup-instructions)
- [How to Open a Pull Request](/contributing/how-to-open-a-pull-request/)
1 change: 0 additions & 1 deletion docs/contributing/gatsby-governance-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Here are some relevant docs and resources for contributors:
- [How to file an issue](/contributing/how-to-file-an-issue/)
- [Request-for-comment (RFC) process](/contributing/rfc-process/)
- [Community Maintainers Meeting](/contributing/community/#community-maintainers-meeting)
- [Pair programming sessions](/contributing/pair-programming/)

## Engage with the Gatsby team

Expand Down
4 changes: 0 additions & 4 deletions docs/contributing/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ We want contributing to Gatsby to be fun, enjoyable, and educational for anyone

If you are worried or don't know where to start, check out our [where to participate](/contributing/where-to-participate/) page. You can reach out with questions to [@AskGatsbyJS](https://twitter.com/askgatsbyjs) on Twitter, and anyone from the Gatsby team on [Discord](https://gatsby.dev/discord). You can also [submit an issue](/contributing/how-to-file-an-issue/) and a maintainer can give you guidance!

## Pair programming

Gatsby.js offers free [pair programming sessions](/contributing/pair-programming/) to the community, if there's something you'd like to work on together. Get in touch with us if you have a question about contributing or an idea for something to pair on!

<GuideList slug={props.slug} />
5 changes: 0 additions & 5 deletions docs/contributing/how-to-write-a-stub.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ pull request gets accepted.

If you have any questions about titles or other details related to creating stubs, feel free to ask us on a relevant GitHub issue.

## Community Pair Programming Sessions

If you create a stub or see an existing one on the Gatsby.js site and feel interested in filling out the content, check out the Gatsby.js
[Pair Programming program](/contributing/pair-programming/). We would love to work with you in your open source contributing journey!

## Converting a Stub to a Doc

To change a stub into a living-breathing document, remove the `issue` entry from a stub's frontmatter (a fancy name for Markdown metadata) and replace the boilerplate content with
Expand Down
37 changes: 0 additions & 37 deletions docs/contributing/pair-programming.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/contributing/why-contribute-to-gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are many reasons to contribute to Gatsby.js and open source software in ge

- **Growing your community.** Working with Gatsby.js in open source can connect you with people working on similar things. You can get help or give help, and you might even make an IRL acquaintance! It has happened.

- **Improving your skills.** When you work on a Gatsby issue or pull request, inevitably you'll learn more about how something works in the project; either by asking questions and gathering info or by digging deeper into the code yourself. Gatsby.js also offers free [pair programming sessions](/contributing/pair-programming/) to the community, if there's something you'd like to work on together. There's a skill-building benefit to contributing to OSS!
- **Improving your skills.** When you work on a Gatsby issue or pull request, inevitably you'll learn more about how something works in the project; either by asking questions and gathering info or by digging deeper into the code yourself. There's a skill-building benefit to contributing to OSS!

- **Getting free swag!** By participating in the repo on GitHub, you can become eligible for free swag that the Gatsby team offers as a way to say thank you. With 5 contributions, you can advance to a second level with even more swag options! Learn more about this [sweet swag deal](/contributing/contributor-swag/).

Expand Down
1 change: 0 additions & 1 deletion docs/docs/conceptual/gatsby-core-philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ Some things we do in order to create an inclusive, welcoming community include:
- Friendlier robots
- Implicit trust
- Active gratitude
- [Active mentorship](/contributing/pair-programming/)

We’ve built an active community with thousands of contributors, and we want to live the example of what a great open source community can be.

Expand Down