Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 609 Bytes

Contributing

Editor setup

  • Install EditorConfig package into Sublime, and use the settings provided in .editorconfig.

Running tests

Tests can be run by executing vendor/bin/phpunit in the root directory, or by running grunt test.

To run a single test, run vendor/bin/phpunit tests/TestName.

Internationalization (i18n)

Visit the Transifex site for Openclerk and you can submit your translations there: https://www.transifex.com/projects/p/openclerk/

Also see I18N.md for specific information on submitting translations and the internationalization framework.