BeatSwitch/lock

View on GitHub
contributing.md

Summary

Maintainability
Test Coverage
# Contributing

All contributions are welcome. If you want to ask or propose something please [create an issue](https://github.com/BeatSwitch/lock/issues/new). If you want to contribute please send in a pull request.

## Pull Requests

Please make sure to follow these rules when creating a pull request.

- Follow the [PSR-2](http://www.php-fig.org/psr/psr-2/) coding standards
- Write tests for new functionality or bug fixes
- Keep the [readme.md](readme.md) file and documentation up-to-date with changes
- We follow [Semantic Versioning](http://semver.org/) so please send pull requests to the correct branch
- Update the [changelog.md](changelog.md) file with any updates and follow [the changelog standards](http://keepachangelog.com/)

## Running Tests

You can run the tests with the following commands.

```bash
$ vendor/bin/phpspec run
$ vendor/bin/phpunit
```