Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 197 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 197 Bytes

Contributing

  • Fork
  • > git clone
  • > yarn install
  • Make your changes
  • > yarn lint
  • > yarn test
  • If everything is passing:
    • Update CHANGELOG.md
    • Commit and Make a pull request