Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

50 lines (36 loc) · 1.62 KB

Contributing

Feel free to contribute to the development of the Cycle ORM Annotated Entities. Please make sure that the following requirements are satisfied before submitting your pull request:

  • KISS
  • PSR-12
  • declare(strict_types=1); is mandatory
  • Your code must include tests

Use our discord server to check for the advice or suggestion https://discord.gg/FZ9BCWg

Testing Cycle ORM Annotated Entities

To test Cycle ORM Annotated Entities locally, download the cycle/annotated repository and start docker containers inside the tests folder:

$ cd tests/
$ docker-composer up

To run full test suite:

$ ./vendor/bin/phpunit

Help Needed In

If you want to help but don't know where to start:

  • TODOs
  • Updating to latest dev-dependencies (PHPUnit, Mockery, etc)
  • Quality recommendations and improvements
  • Check Open Issues
  • More tests are always welcome
  • Typos

Feel free to propose any ideas related to architecture, docs (docs are never complete), adaptation or community.

Original guide author is not a native English speaker, feel free to create PR for any text corrections.

Critical/Security Issues

If you found something which shouldn't be there or a bug which opens a security hole please let me know immediately by email [email protected]

Official Support

Cycle ORM Annotated Entities are maintained by Spiral Scout.

For commercial support please contact [email protected].

Licensing

Cycle ORM Annotated Entities will remain under MIT license indefinitely.