detj / gatsby-mdx-minimal-repro

A minimal repo to aid in the reproduction of gatsby-mdx bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby MDX Repro Starter

An as minimal as possible repo to make it easier to create minimal reproduction examples for gatsby-mdx

How to use this repo

  • Fork this repo
  • clone your fork
  • git checkout -b <my-branch-name>
  • Make your changes
  • `git commit -m 'my commit message'
  • git push -u origin <my-branch-name>
  • Link to your branch when creating a new bug report or feature request

Thanks for helping gatsby-mdx development :)

About

A minimal repo to aid in the reproduction of gatsby-mdx bugs

License:MIT License


Languages

Language:JavaScript 100.0%