From a718208918e5f95079e8ab2d3712f7f6e43a721c Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Thu, 1 Oct 2020 00:15:53 +0200 Subject: [PATCH] Update CONTRIBUTING --- .github/CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 38009b14..e3fe9c2f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,7 +14,9 @@ There are several ways to help out: * All tests and coding standard checks should pass ```bash composer validate --strict -vendor/bin/phpcs --standard=php_cs.xml src/ +vendor/bin/phpcs src/ +vendor/bin/psalm +vendor/bin/phpstan analyse src --level=5 vendor/bin/phpunit tests/unit/ php phpat phpat.yaml php phpat tests/functional/functional.yaml @@ -28,6 +30,11 @@ Brief summary of how phpat works internally. The execution consists in several s * **Statement construction**: Finds the tests, reads the rules and creates statements by resolving the selectors using the ReferenceMap. * **Assertions**: Validates the assertions of each statement and emits the result events. +## Slack channel + +Feel free to join the channel [#phpat](https://symfony-devs.slack.com/archives/CQFKA2R0D) on SymfonyDevs' workspace +if you want to discuss something or need some help. + --- ## Code of conduct