Skip to content

Commit 1c9a204

Browse files
authored
Update README.md
1 parent 5ac8bb8 commit 1c9a204

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,16 @@ If you want to fork the project with an issue tracker, feel free!
7474

7575
## Contributing
7676

77-
See [Contributing](CONTRIBUTING.md)
77+
If you want to create a PR, please make sure it passes unit tests:
78+
79+
```
80+
vendor/bin/phpunit
81+
```
82+
83+
and also Psalm's checks
84+
85+
```
86+
vendor/bin/psalm
87+
```
88+
89+
Thanks!

0 commit comments

Comments
 (0)