Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 597 Bytes

Instructions

These steps will guide you through contributing to this project:

Fork the repo and install dependencies:

npm install

Make and commit your changes:

npm run commit

Make sure the commands the following commands are working:

npm run test:prod

npm run build

Finally send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Make sure all of your commits are atomic (one feature per commit).