Code Reviews and Pull Requests - simplepie/simplepie-ng GitHub Wiki
Pull Requests
Pull requests must pass the following checks before they can be accepted.
| Check | Description |
|---|---|
| Travis CI | All tests must pass. |
| SensioLabsInsight | Code quality and static analysis. |
| Scrutinizer | Code quality and static analysis. |
| Zappr | Multiple: Approvals by the right people, useful titles and descriptions, appropriate labels applied, no open tasks |
| CLA Assistant | A CLA is signed, enforcing that all contributions are licensed under Apache 2.0. |
Guidelines for Performing Code Reviews
TBD.