Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 554 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 554 Bytes

Contributing

Setup

Run bin/setup

Running the tests

$ bin/test
$ bin/test_system

You can optionally pass the path to a specific test.

Running the dummy app

$ bin/dev

Make sure you restart the server after making changes to the engine (including JS).

Populating the dummy app with fixtures

Run bin/load_fixtures

Releasing

Run bin/release x.y.z, use --dry to skip publishing. This is not idempotent. If releasing fails, take note of where the process left off and continue manually.