Skip to content

Commit

Permalink
Fixup readme a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Staa committed Aug 13, 2015
1 parent 10a163f commit 8ff1dab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,19 @@ foreach (array($player1, $player2, $player3) as $index => $player) {
$player->getRatingDeviation(), ', ', $player->getVolatility(), PHP_EOL;
}
```

## Contributing

### Coding standard

All code is to follow the [PSR-2][4] coding standard.

### Unit tests

If you find a bug, feel free to send a pull request to fix it, but make sure to
always include a regression test.

[1]: https://travis-ci.org/MaartenStaa/glicko2
[2]: https://scrutinizer-ci.com/g/MaartenStaa/glicko2/?branch=master
[3]: https://scrutinizer-ci.com/g/MaartenStaa/glicko2/?branch=master
[4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md

0 comments on commit 8ff1dab

Please sign in to comment.