Skip to content

Commit abd29b1

Browse files
committed
docs: clean up legacy references
1 parent c03a920 commit abd29b1

File tree

37 files changed

+50
-321
lines changed

37 files changed

+50
-321
lines changed

docs/contributing/blog-contributions.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/contributing/code-contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you create a loader or plugin, we would love for you to open source it and pu
8686

8787
Gatsby's policy is that "Using" example sites (like those in the [examples part of the repo](https://github.com/gatsbyjs/gatsby/tree/master/examples)) should only be around plugins that are maintained by the core team as it's hard to keep things up to date otherwise.
8888

89-
To contribute example sites, it is recommended to create your own GitHub repo and link to it from your source plugin, etc. You can also create a starter project and submit it to the [starter showcase](/starters/submissions).
89+
To contribute example sites, it is recommended to create your own GitHub repo and link to it from your source plugin, etc.
9090

9191
## Debugging the build process
9292

docs/contributing/contributor-swag.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/contributing/docs-contributions/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,3 @@ Sometimes it makes sense to move or rename a file as part of docs restructuring
124124

125125
- Run proposed structure changes by the Gatsby docs team in [a GitHub issue](/contributing/how-to-file-an-issue/) to ensure your change is accepted.
126126
- Update all instances of the old URL to your new one. [Find and replace](https://code.visualstudio.com/docs/editor/codebasics#_search-across-files) in VS Code can help. Check that the context of the original link reference still makes sense with the new one.
127-
128-
## Claim your swag
129-
130-
After your first code contribution to the Gatsby repo (including documentation) you become eligible for a free shirt or pair of socks. See the [swag page](/contributing/contributor-swag/) for more details!

docs/contributing/gatsby-governance-model.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We accept all types of contributions to [`packages`](https://github.com/gatsbyjs
3535
- [`gatsby`](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby)
3636
- [`gatsby-core-utils/remote-file-utils`](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-core-utils/src/remote-file-utils)
3737

38-
For these two packages, we ask you to open a [feature request](#feature-requests) (or for larger changes an [RFC](/contributing/rfc-process/)) before opening PRs for features. Contributions, such as bug fixes and documentation updates, can be made without any prior interaction with the team and don't require a feature request/RFC.
38+
For these two packages, we ask you to open a [feature request](#feature-requests) before opening PRs for features. Contributions, such as bug fixes and documentation updates, can be made without any prior interaction with the team.
3939

4040
## Contributor levels
4141

@@ -54,7 +54,7 @@ Have you done something (big or small) to contribute to the health, success, or
5454
#### Recognized contributions
5555

5656
- **GitHub:** Submitting a merged pull request
57-
- **GitHub:** Sending in a detailed feature request or RFC
57+
- **GitHub:** Sending in a detailed feature request
5858
- **GitHub:** Updating documentation
5959
- Helping people on GitHub and other platforms.
6060
- Answering questions on Stack Overflow, Twitter, etc.
@@ -63,7 +63,7 @@ Have you done something (big or small) to contribute to the health, success, or
6363

6464
#### Privileges
6565

66-
At this time we have no specific privileges for this role except that you can claim yourself [free Gatsby swag](/contributing/contributor-swag/). If you have ideas here please let us know!
66+
At this time we have no specific privileges for this role. If you have ideas here please let us know!
6767

6868
#### Responsibilities
6969

@@ -87,8 +87,8 @@ The Maintainer role is critical to the long-term health of Gatsby. Maintainers s
8787

8888
There is no strict minimum number of contributions needed to reach this level, as long as you can show **sustained** involvement over some amount of time (at least a couple of weeks).
8989

90-
- **GitHub:** Submitting non-trivial pull requests and RFCs
91-
- **GitHub:** Reviewing non-trivial pull requests and RFCs
90+
- **GitHub:** Submitting non-trivial pull requests
91+
- **GitHub:** Reviewing non-trivial pull requests
9292
- Supporting users and participating in community events
9393
- **GitHub:** Triaging and confirming user issues
9494
- This list is incomplete! Similar contributions are also recognized.
@@ -174,11 +174,7 @@ If you’d like to learn more about how we approach the relationship between our
174174

175175
### Feature requests
176176

177-
Please open a [feature request on GitHub Discussions](https://github.com/gatsbyjs/gatsby/discussions/categories/ideas-feature-requests) to voice your ideas. For larger changes please consider opening an [RFC](/contributing/rfc-process/). The **Team** will review incoming requests and give a first assessment.
178-
179-
### RFCs
180-
181-
Please see the dedicated [RFC Process document](/contributing/rfc-process/) for more details.
177+
Please open a [feature request on GitHub Discussions](https://github.com/gatsbyjs/gatsby/discussions/categories/ideas-feature-requests) to voice your ideas. The **Team** will review incoming requests and give a first assessment.
182178

183179
## Voting
184180

docs/contributing/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ In the interest of fostering an open and welcoming environment, we as contributo
1717

1818
### Gatsby news
1919

20-
- Read and discuss about [Request for Comment (RFC) proposals](/contributing/rfc-process)
2120
- Watch videos on [Gatsby's YouTube channel](https://www.youtube.com/c/Gatsbyjs/videos) to see past GatsbyConf presentations and tutorial walkthroughs
2221
- Follow the [official blog](/blog/)
2322

@@ -38,7 +37,7 @@ Read the [Gatsby Style Guide](/contributing/gatsby-style-guide/) to learn more a
3837

3938
## How to contribute
4039

41-
We want contributing to Gatsby to be fun, enjoyable, and educational for anyone and everyone. If you're interested in participating in the Gatsby community, contributions go far beyond pull requests and commits. We are thrilled to receive a variety of other contributions and as our way of saying “thank you” to our contributors, **all contributors are eligible for [free Gatsby swag](/contributing/contributor-swag/)** — whether you’re contributing code, docs, a talk, an article, or something else that helps the Gatsby community. [Learn how to claim free swag for contributors](/contributing/contributor-swag/).
40+
We want contributing to Gatsby to be fun, enjoyable, and educational for anyone and everyone. If you're interested in participating in the Gatsby community, contributions go far beyond pull requests and commits.
4241

4342
### Help fellow users
4443

@@ -56,11 +55,10 @@ Contributing bug fixes or new features are the most direct form of contribution
5655

5756
There are a few other ways of contributing to the Gatsby ecosystem:
5857

59-
- **Contribute to Gatsby's blog**. Want to write about Gatsby? Read the [blog contributions doc](/contributing/blog-contributions) to get your blog post onto gatsbyjs.com.
6058
- **Develop learning materials.** Strengthen your expertise by writing a blog post, developing a workshop, creating video tutorials, or present your knowledge as a presentation on meetups and conferences.
61-
- **Create a plugin.** Learn how to [create a plugin](/docs/how-to/plugins-and-themes/) and [submit it to the Plugin Library](/docs/how-to/plugins-and-themes/submit-to-plugin-library/).
59+
- **Create a plugin.** Learn how to [create a plugin](/docs/how-to/plugins-and-themes/).
6260
- **Contribute to the Gatsby User Collective.** Interested in working on plugins that benefit the whole community? You can find them in the [Gatsby User Collective repository](https://github.com/gatsby-uc/plugins).
63-
- **Create a Gatsby starter.** Created a starter? Share it with the community and [submit it to the Starter Library](/starters/submissions).
61+
- **Create a Gatsby starter.** Created a starter? Share it with the community.
6462

6563
### Help triage issues
6664

@@ -74,8 +72,6 @@ There are many reasons to contribute to Gatsby and open source software in gener
7472

7573
- **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!
7674

77-
- **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/).
78-
7975
- **Becoming an expert.** You might start off totally new to a project like Gatsby or React.js, and by building things and [opening issues](/contributing/how-to-file-an-issue/) when you encounter a new challenge or a bug, you'll learn a ton over time. Staying current with your favorite framework through its open source repo can also give you a leading edge on forthcoming changes. Eventually, you could find your knowledge of said project has grown so much that you've become an expert. Celebrate by updating your résumé!
8076

8177
- **Speaking at conferences.** With those skills you've earned yourself working in open source, why not share that knowledge with the world? Web platform conferences the world over are continually looking for speakers and fresh takes on popular topics. Did you build something with Gatsby that you're excited about? The [industry would love to hear from you](http://weareallaweso.me/)!

0 commit comments

Comments
 (0)