From ebd7291fbb427ceef998bf94e11a49000c4dd42d Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Fri, 23 Sep 2016 10:55:22 +0200 Subject: [PATCH] README fix --- README.md | 2 +- README.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f3bef6..d21efab 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ The patterns can be structured in roughly three different categories. Please cli ## Contribute -Please feel free to fork and extend existing or add your own examples and send a pull request with your changes! +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 .`. ## License diff --git a/README.rst b/README.rst index bc32f77..bec81fe 100644 --- a/README.rst +++ b/README.rst @@ -34,9 +34,9 @@ Please click on **the title of every pattern's page** for a full explanation of Contribute ---------- -Please feel free to fork and extend existing or add your own examples -and send a pull request with your changes! To establish a consistent -code quality, please check your code using +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 .``.