Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Repository structure

Meitar M edited this page May 7, 2016 · 2 revisions

WikiDocumentationDeveloper DocumentationRepository structure

Our project repository maintains a structure that mimics git-flow. We encourage individual contributors to use the fork-and-pull workflow (aka "forking workflow") when working on patches or to suggest pull requests.

  • The master branch should always contain code that is "production-ready" (or as close to that as is reasonable before an official stable release is announced).
  • The develop branch contains the latest integrated code.

Every push or pull request to these branches is automatically built and tested by Travis-CI against the (PHPUnit) unit tests defined in the repository's tests/ directory.

Clone this wiki locally