Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 1.05 KB

How to contribute with code

Getting started

  • Fork the repo
  • Clone your fork
  • Install the packages: yarn install
  • Run the demo: yarn develop

To be able to have both the demo and plugin in the same repo we use yarn workspaces.

  • Plugin code is in the /gatsby-remark-oembed folder,
  • and the demo code is in the /gatsby-remark-oembed-md-site and /gatsby-remark-oembed-mdx-site folders.

Do your thing

Solve an issue or do something else!

Create a Pull Request

To get your changes merged into the project create a Pull Request from your fork.

How to contribute in other ways

Questions, Feedback and Suggestions

If you have any questions, feedback or suggestions head on over to discussions.

Bugs

If you find a bug please open an issue and/or create a pull request to fix it.