Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 389 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 389 Bytes

Contributing

Before you contribute code to auditolog, please make sure it conforms PHPCS coding standard and unit tests still pass.

How to

Fork, then clone the repo:

git clone https://github.com/hsnbd/auditlog.git

Make sure the tests pass:

composer test

Make your change. Add tests for your change. Make the tests pass

Push to your fork and [submit a pull request][pr].