Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 709 Bytes

Contributing.md

File metadata and controls

21 lines (13 loc) · 709 Bytes

How to Contribute

  1. Fork the Archetype repository
  2. Create a new branch for each feature or improvemnt
  3. Send a pull request to the development branch

Coding Style

All pull requests must adhere to the PSR-12 standard.

This is enforced by PHP-CS-Fixer.

Unit Testing

All pull requests must be accompanied by passing unit tests and complete code coverage. Use the PHPUnit framework for testing.

Contributor Code of Conduct

Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.