截流自动化的商城平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CONTRIBUTING.md 556B

ZipStream Readme for Contributors

Code styling

Indention

For spaces are used to indent code. The convention is K&R

Comments

Double Slashes are used for an one line comment.

Classes, Variables, Methods etc:

/**
 * My comment
 *
 * @myanotation like @param etc.
 */

Pull requests

Feel free to submit pull requests.

Testing

For every new feature please write a new PHPUnit test.

Before every commit execute ./vendor/bin/phpunit to check if your changes wrecked something: