diff --git a/README.md b/README.md index 0f3a3b7..1cfb9a3 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,3 @@ The patterns can be structured in roughly three different categories. Please cli * [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) (is considered an anti-pattern! :no_entry:) * [Repository](More/Repository) * [EAV](More/EAV) [:notebook:](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) - -## Contribute - -If you encounter any bugs or missing translations, please feel free to fork and send a pull request with your changes. -To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [PSR2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) using `./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .`. - diff --git a/README.rst b/README.rst index ce0000c..92d8ec1 100644 --- a/README.rst +++ b/README.rst @@ -36,16 +36,3 @@ Please click on **the title of every pattern's page** for a full explanation of Structural/README Behavioral/README More/README - -Contribute ----------- - -If you encounter any bugs or missing translations, please feel free -to fork and send a pull request with your changes. -To establish a consistent code quality, please check your code using -`PHP CodeSniffer`_ against `PSR2 standard`_ -using ``./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .``. - -.. _`design patterns`: http://en.wikipedia.org/wiki/Software_design_pattern -.. _`PHP CodeSniffer`: https://github.com/squizlabs/PHP_CodeSniffer -.. _`PSR2 standard`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md