Skip to content

Commit 7c82385

Browse files
mi-na-botGatsbyJS Bot
authored and
GatsbyJS Bot
committed
Docs/contributing index to mdx (#19057)
* Converted pages/contributing/index.js to mdx * Removed rundant h1, it is created by the template from frontmatter title. * Renamed to index.mdx
1 parent d97bee6 commit 7c82385

File tree

2 files changed

+18
-86
lines changed

2 files changed

+18
-86
lines changed

docs/contributing/index.mdx

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Contributing to Gatsby.js
3+
disableTableOfContents: true
4+
---
5+
6+
import EmailCaptureForm from "../../www/src/components/email-capture-form"
7+
8+
Thanks for being interested in contributing! We're so glad you want to help!
9+
10+
Below you'll find guides on the Gatsby.js community, code of conduct, and how to get started contributing:
11+
12+
- [Community](/contributing/community/): Learn why you should contribute to Gatsby.js, the most effective ways to do so, and all about the benefits (did we mention the free swag?)
13+
- [Code of Conduct](/contributing/code-of-conduct/): Read about what we expect from everyone participating in Gatsby.js to make it the most friendly and welcoming community
14+
- [Gatsby Style Guide ](/contributing/gatsby-style-guide/): The art of contributing to Gatsby, a.k.a. the detailed requirements that will make it more likely your contribution is accepted with minimal changes
15+
- [How to Contribute ](/contributing/how-to-contribute/): How to get the most out of your Gatsby.js contributing experience, including GitHub management tips, setup instructions for docs and code contributions, and more
16+
- [RFC process](/contributing/rfc-process): Learn how the Gatsby.js team manages bigger changes, by way of a “Request-for-comment” process on GitHub
17+
18+
<EmailCaptureForm signupMessage="Want to keep up with the latest tips &amp; tricks? Subscribe to our newsletter!" />

www/src/pages/contributing/index.js

-86
This file was deleted.

0 commit comments

Comments
 (0)