Skip to content
Matt Acosta edited this page Mar 19, 2018 · 5 revisions

Getting started

Contributing

All new contributors should start by reading the contribution guide. Next, you will need to create or pick an issue to work on. Many issues have labels to help you find an appropriate task to work on. Before writing any code however, please see this project's coding standards as well.

Testing

All contributions generally need to be tested. Usually this is done by running the gulp test command. If you are working on a feature that needs to match the PHP specification, the tools provided can also be used to manually determine the expected result.

More information

Clone this wiki locally