From f5e0bda9337e51cd6c0f27dab378638679c0f118 Mon Sep 17 00:00:00 2001 From: Stanislav Idolov Date: Wed, 19 Sep 2018 17:28:09 +0300 Subject: [PATCH 1/2] Updated labels section in README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 6b2ac458eb403..1df8e6cd3d75a 100644 --- a/README.md +++ b/README.md @@ -41,20 +41,7 @@ Magento is thankful for any contribution that can improve our code base, documen

Labels applied by the Magento team

- -| Label | Description | -| ------------- |-------------| -| ![DOC](http://devdocs.magento.com/common/images/github_DOC.png) | Affects Documentation domain. | -| ![PROD](http://devdocs.magento.com/common/images/github_PROD.png) | Affects the Product team (mostly feature requests or business logic change). | -| ![TECH](http://devdocs.magento.com/common/images/github_TECH.png) | Affects Architect Group (mostly to make decisions around technology changes). | -| ![accept](http://devdocs.magento.com/common/images/github_accept.png) | The pull request has been accepted and will be merged into mainline code. | -| ![reject](http://devdocs.magento.com/common/images/github_reject.png) | The pull request has been rejected and will not be merged into mainline code. Possible reasons can include but are not limited to: issue has already been fixed in another code contribution, or there is an issue with the code contribution. | -| ![bug report](http://devdocs.magento.com/common/images/github_bug.png) | The Magento Team has confirmed that this issue contains the minimum required information to reproduce. | -| ![acknowledged](http://devdocs.magento.com/common/images/gitHub_acknowledged.png) | The Magento Team has validated the issue and an internal ticket has been created. | -| ![in progress](http://devdocs.magento.com/common/images/github_inProgress.png) | The internal ticket is currently in progress, fix is scheduled to be delivered. | -| ![needs update](http://devdocs.magento.com/common/images/github_needsUpdate.png) | The Magento Team needs additional information from the reporter to properly prioritize and process the issue or pull request. | - -To learn more about issue gate labels click [here](https://github.com/magento/magento2/wiki/Magento-Issue-Gates) +We apply labels to public Pull Requests and Issues to help other participants retrieve additional information about current progress, component assignments, Magento release lines, and much more. Find detailed information about labels used in Magento 2 repositories in the corresponded section of the Code Contributions guide.

Reporting security issues

From 062f586694bcdeef58b2589302faecbe7112dd1d Mon Sep 17 00:00:00 2001 From: Stanislav Idolov Date: Wed, 19 Sep 2018 17:37:32 +0300 Subject: [PATCH 2/2] Updated labels section in README.md -- review fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df8e6cd3d75a..50a20b55d4eb2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Magento is thankful for any contribution that can improve our code base, documen

Labels applied by the Magento team

-We apply labels to public Pull Requests and Issues to help other participants retrieve additional information about current progress, component assignments, Magento release lines, and much more. Find detailed information about labels used in Magento 2 repositories in the corresponded section of the Code Contributions guide. +We apply labels to public Pull Requests and Issues to help other participants retrieve additional information about current progress, component assignments, Magento release lines, and much more. +Please review the Code Contributions guide for detailed information on labels used in Magento 2 repositories.

Reporting security issues