Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.12 KB

Contributing to Restyle

Any contributions to Restyle are greatly appreciated and encouraged!

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct document. By participating, you are expected to uphold this code. Please report unacceptable behaviour to opensource@shopify.com.

How to contribute

Creating issues

Before submitting issues, please have a quick look if there is an existing open issue here: Issues. If no related issue can be found, please open a new issue with labels: bug, documentation, enhancement or question.

Opening pull requests

Pull requests are more than welcome! Just make sure that to include a description of the problem and how you are attempting to fix the issue.

Running locally

To run the library locally, run the following commands in the root folder:

$ yarn install
$ yarn test
# OR
$ npm install
$ npm test

To build the library for testing in other projects or environments, run:

$ yarn build