Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 458 Bytes

CONTRIBUTE.md

File metadata and controls

13 lines (12 loc) · 458 Bytes

Guide to Contributing

  1. Download and Install MongoDB (or use a remote mongo instance)
  2. Fork and clone the repo
  3. Create a new branch with a descriptive name of your change
  4. Run npm install
  5. Configure mongo in your environment:
    1. MONGOHQURL='mongodb://localhost:27017/fiddles' or something similar
  6. Run npm start
  7. Make your changes
  8. Run npm test
  9. If the tests pass then commit
  10. Submit a PR and ensure that TravisCI tests pass