Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 447 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 447 Bytes

Contributing

Thank you for wanting to contribute to this project :)

General guidelines

  • Use semantic commit messages
  • Favor small commits
  • Remember to update the docs if needed
  • Before submitting a PR run yarn test

Setup

# Install dependencies
yarn

# Run tests
yarn test

Contributing discussions or RFCs

Please create an issue so I can follow up there