Skip to content

Commit 549162d

Browse files
committed
SDK-533: Add CONTRIBUTING.md
1 parent 53adef3 commit 549162d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Contributing
2+
3+
After cloning the repository, run `composer install` to install dependencies.
4+
5+
> See <https://getcomposer.org/> for Composer installation instructions.
6+
7+
## Testing
8+
9+
Running the tests:
10+
11+
```shell
12+
./vendor/bin/phpunit
13+
```
14+
15+
See [.travis.yml](.travis.yml) for PHP versions we currently support.
16+
17+
## Style guide
18+
19+
We follow the [PSR-2 Style Guide](https://www.php-fig.org/psr/psr-2/), which is
20+
configured in [.phpcs.xml](.phpcs.xml) and can be verified by running:
21+
22+
```shell
23+
./vendor/bin/phpcs
24+
```

0 commit comments

Comments
 (0)