From 5a1fa23b4455efc19fccb80540852bb3c3813b0d Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Tue, 29 Jan 2019 12:29:28 +0900 Subject: [PATCH 1/2] Mention coding standard requirements in the README Relevant discussion: https://github.com/doctrine/annotations/pull/235#discussion_r250589084 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e73a20c7b..c72079d5e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Docblock Annotations Parser library (extracted from [Doctrine Common](https://gi See the [doctrine-project website](https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/index.html). +## Contributing + +Please always add native types where possible. [Coding Standard Guidelines.](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/latest/reference/index.html#introduction) + ## Changelog See [UPGRADE.md](UPGRADE.md). From 48ecd5e4c884b79d56268506e4a860349385ac19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 29 Jan 2019 15:44:58 +0900 Subject: [PATCH 2/2] Update README.md Co-Authored-By: sanmai --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c72079d5e..7a3c71a2a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ See the [doctrine-project website](https://www.doctrine-project.org/projects/doc ## Contributing -Please always add native types where possible. [Coding Standard Guidelines.](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/latest/reference/index.html#introduction) +When making a pull request, make sure your changes follow the +[Coding Standard Guidelines](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/latest/reference/index.html#introduction). ## Changelog