Skip to content
Snippets Groups Projects
Unverified Commit 8b64f6b6 authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov Committed by GitHub
Browse files

:arrows_clockwise: [EngCom] Public Pull Requests - 2.2-develop

Accepted Public Pull Requests:
 - magento/magento2#13161: Updated README file to take resources from 2.2 instead of 2.0. (by @bhargavmehta)
parents 8848d94a 05061ce0
No related merge requests found
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
Welcome to Magento 2 installation! We're glad you chose to install Magento 2, a cutting edge, feature-rich eCommerce solution that gets results. Welcome to Magento 2 installation! We're glad you chose to install Magento 2, a cutting edge, feature-rich eCommerce solution that gets results.
## Magento system requirements ## Magento system requirements
[Magento system requirements](http://devdocs.magento.com/magento-system-requirements.html) [Magento system requirements](http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements2.html)
## Install Magento ## Install Magento
To install Magento, see either: To install Magento, see either:
* [Magento DevBox](https://magento.com/tech-resources/download), the easiest way to get started with Magento. * [Magento DevBox](https://magento.com/tech-resources/download), the easiest way to get started with Magento.
* [Installation guide](http://devdocs.magento.com/guides/v2.0/install-gde/bk-install-guide.html) * [Installation guide](http://devdocs.magento.com/guides/v2.2/install-gde/bk-install-guide.html)
<h2>Contributing to the Magento 2 code base</h2> <h2>Contributing to the Magento 2 code base</h2>
Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions. Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions.
...@@ -22,8 +22,8 @@ To learn about issues, click [here][2]. To open an issue, click [here][3]. ...@@ -22,8 +22,8 @@ To learn about issues, click [here][2]. To open an issue, click [here][3].
To suggest documentation improvements, click [here][4]. To suggest documentation improvements, click [here][4].
[1]: <http://devdocs.magento.com/guides/v2.0/contributor-guide/contributing.html> [1]: <http://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html>
[2]: <http://devdocs.magento.com/guides/v2.0/contributor-guide/contributing.html#report> [2]: <http://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#report>
[3]: <https://github.com/magento/magento2/issues> [3]: <https://github.com/magento/magento2/issues>
[4]: <http://devdocs.magento.com> [4]: <http://devdocs.magento.com>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<testCaseId value="MAGETWO-72095"/> <testCaseId value="MAGETWO-72095"/>
<group value="customer"/> <group value="customer"/>
<group value="create"/> <group value="create"/>
<group value="skip"/>
</annotations> </annotations>
<amOnPage url="{{AdminLoginPage.url}}" stepKey="navigateToAdmin"/> <amOnPage url="{{AdminLoginPage.url}}" stepKey="navigateToAdmin"/>
<fillField userInput="{{_ENV.MAGENTO_ADMIN_USERNAME}}" selector="{{AdminLoginFormSection.username}}" stepKey="fillUsername"/> <fillField userInput="{{_ENV.MAGENTO_ADMIN_USERNAME}}" selector="{{AdminLoginFormSection.username}}" stepKey="fillUsername"/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment