Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 346 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 346 Bytes

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Steps to contribute:

  • Make your awesome changes
  • Run yarn lint
  • Run POSTGRES_URL="postgres://youruser@localhost/anyemptytestdatabase" yarn test
  • Send a pull request

The linter and tests will also be run via GitHub Actions when you put up a PR.