Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jun 8, 2018
1 parent c117ff5 commit 9740afa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
@@ -1,22 +1,22 @@
# Contribution Guidelines
You are welcome to report [issues](https://github.com/chadicus/date-php/issues) or submit [pull requests](https://github.com/chadicus/date-php/pulls). While the below guidelines are necessary to get code merged, you can submit pull requests that do not adhere to them and I will try to take care of them in my spare time. If you can make sure the build is passing 100%, that would be very useful.
You are welcome to report [issues](/../../issues) or submit [pull requests](/../../pulls). While the below guidelines are necessary to get code merged, you can submit pull requests that do not adhere to them and I will try to take care of them in my spare time. If you can make sure the build is passing 100%, that would be very useful.

I recommend including details of your particular usecase(s) with any issues or pull requests.

## Questions and Bug Reports
Submit via [GitHub Issues](https://github.com/chadicus/date-php/issues).
Submit via [GitHub Issues](/../../issues).

## Pull Requests
Code changes should be sent through [GitHub Pull Requests](https://github.com/chadicus/date-php/pulls). Before submitting the pull request, make sure that phpunit reports success:
Code changes should be sent through [GitHub Pull Requests](/../../pulls). Before submitting the pull request, make sure that phpunit reports success:

```sh
./vendor/bin/phpunit --coverage-html coverage
```

While the build does not enforce 100% [PHPUnit](http://www.phpunit.de) code coverage, it will not allow coverage to drop below its current percentage.

The build will also not allow any errors for the [coding standard](http://chadicus.github.io/coding-standard/)
The build will also not allow any errors for the [coding standard](http://www.php-fig.org/psr/psr-2)

```sh
./vendor/bin/phpcs --standard=./vendor/chadicus/coding-standard/Chadicus src tests
./vendor/bin/phpcs
```

0 comments on commit 9740afa

Please sign in to comment.