Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit cb1a82d

Browse files
committed
Update README
1 parent 5772c05 commit cb1a82d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ Root of your rule builder.
7373
1. Create fork
7474
2. Checkout fork
7575
3. Develop locally as usual. **Code must follow [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/)**
76-
4. Update [README.md](README.md) to describe new or changed functionality. Add changes description to [CHANGES.md](CHANGES.md) file.
77-
5. When ready, create pull request
76+
4. Run [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to ensure, that code follows style guides,
77+
and [PHPUnit](https://phpunit.de/) to ensure, that unit tests still pass.
78+
5. Add unit tests, that cover added or changed functionality.
79+
6. Update [README.md](README.md) to describe new or changed functionality. Add changes description to [CHANGES.md](CHANGES.md) file.
80+
7. When ready, create pull request
7881

7982
## Resources
8083

0 commit comments

Comments
 (0)