You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome you to report [issues](/../../issues) or submit [pull requests](/../../pulls). While the below guidelines are necessary to get code merged, you can
3
+
submit pull requests that do not adhere to them and we will try to take care of them in our spare time. We are a smallish group of developers,
4
+
though, so if you can make sure the build is passing 100%, that would be very useful.
5
+
6
+
We recommend including details of your particular usecase(s) with any issues or pull requests. We love to hear how our libraries are being used
7
+
and we can get things merged in quicker when we understand its expected usage.
8
+
9
+
## Pull Requests
10
+
Code changes should be sent through [GitHub Pull Requests](/../../pulls). Before submitting the pull request, make sure that phpunit reports success
11
+
by running:
12
+
```sh
13
+
./vendor/bin/phpunit
14
+
```
15
+
## Builds
16
+
Our [Travis build](https://travis-ci.org/traderinteractive/dws-coding-standard) executes [PHPUnit](http://www.phpunit.de) and uses [Coveralls](https://coveralls.io/) to enforce code coverage.
17
+
While the build does not strictly enforce 100% code coverage, it will not allow coverage to drop below its current percentage.
0 commit comments