Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 923 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 923 Bytes

How to Contribute

Setting Up Your Local Dev Environment

This project uses Yarn Workspaces so you can run the Novela locally with an example site.

  git clone git@github.com:narative/gatsby-theme-novela.git

  cd gatsby-theme-novela

  yarn

Once you've downloaded the repository and installed all the depedencies you can run the project locally.

  yarn start

Adding features and modifying the theme

Before making any large changes to Novela please create an issue to discuss the change or a draft PR. Our aim is to keep this project simple to use without too much configuration.

We also deeply value design so any new feature must pass our design review.

Fixing typos, syntax errors, and types

We're more than happy with PRs that fix typos, syntax errors, and types. You do not have to create an issue or request a fix to these.