🙏 Thanks for your interest in contributing!
After cloning the repo, run the following command to install dependencies:
yarn
This project uses Yarn Workspaces to manage multiple packages within one repository. Check out the workspaces
key within package.json
to view all possible workspace directories. Some workspaces of note:
packages/gatsby-mdx
: the source for the gatsby-mdx pluginexamples/docs
: the gatsby-mdx docs site (built with Gatsby)
To submit a bug report, follow this link, which will prepopulate a new GitHub issue with the bug report template.
To submit a feature request, follow this link, which will prepopulate a new GitHub issue with the feature request template.