Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 694 Bytes

How to contribute to Bookshelf.js

  • Before sending a pull request for a feature or bug fix, be sure to have tests.

  • Use the same coding style as the rest of the codebase.

  • Files in the /browser folder are built automatically. You don't need to edit them.

  • All pull requests should be made to the master branch.

Running the Tests

The test suite requires you to create a MySQL and Postgres database named bookshelf_test.

Once you have done that, you can run the tests:

$ npm test