Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 414 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 414 Bytes

Contributing

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

Steps to contribute:

  • Make your awesome changes
  • Run npm run lint
  • Optionally, run POSTGRES_URL="postgres://youruser@localhost/anyemptytestdatabase" MYSQL_URL="mysql://youruser@localhost/anyemptytestdatabase" npm test
  • Submit pull request

Our project runs npm test automatically on pull requests via CircleCI.