-
Notifications
You must be signed in to change notification settings - Fork 34
Add License & Update Readme #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hguthrie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! Will you be updating the other repos to add this to the list?
COPYING.txt
Outdated
| Copyright © 2013-present Magento, Inc. | ||
|
|
||
| Each Magento source file included in this distribution is licensed under OSL-3.0 license | ||
| Please see LICENSE.txt for the full text of the OSL-3.0 license or visit http://opensource.org/licenses/osl-3.0.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Please see LICENSE.txt for the full text of the OSL-3.0 license or visit http://opensource.org/licenses/osl-3.0.php | |
| See LICENSE.txt for the full text of the OSL-3.0 license or visit the Open Source Initiative website: http://opensource.org/licenses/osl-3.0.php |
README.md
Outdated
| # Magento Cloud Patches | ||
|
|
||
| ## Welcome | ||
| Magento Cloud Patches is a set of patches, previously used within ECE-Tools to improve integration of all Magento versions with Cloud and deliver critical fixes on the fly. Starting with ece-tools `2002.0.22`/`2002.1.0`, this package is required to provide same patching flow as in ece-tools `2002.0.21` and earlier versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Magento Cloud Patches is a set of patches, previously used within ECE-Tools to improve integration of all Magento versions with Cloud and deliver critical fixes on the fly. Starting with ece-tools `2002.0.22`/`2002.1.0`, this package is required to provide same patching flow as in ece-tools `2002.0.21` and earlier versions. | |
| Beginning with ece-tools version `2002.0.22`/`2002.1.0`, the Magento Cloud Patches package will provide the same patching flow previously delivered with ece-tools version `2002.0.21` and earlier. | |
| The Magento Cloud Patches package contains a set of patches that help integrate any version of Magento into the Cloud environment and deliver critical fixes when needed. |
The reason I switched this around a little...it seemed like the sentence about ece-tools versions is a note more than an explanation of the patches. It is a qualifier you can delete later. The second sentence is about the Patches package (say that five times fast) and it seemed better to introduce the next section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds much better :-)
README.md
Outdated
| ## Contributing to Magento Cloud Patches Code Base | ||
| You can submit pull requests to fix potential bugs. If you find a bug or have a new suggestion, let us know by creating a Github issue. | ||
|
|
||
| *Please note:* this repository is not an official support channel. To get project-specific help, please create support ticket through [Support Portal](https://support.magento.com). Support-related issues will be closed with the request to open a support ticket. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| *Please note:* this repository is not an official support channel. To get project-specific help, please create support ticket through [Support Portal](https://support.magento.com). Support-related issues will be closed with the request to open a support ticket. | |
| **Note:** This repository is not an official support channel. To receive project-specific help, submit a support ticket using the [Support Portal](https://support.magento.com). Any support-related issues opened in this repository will be closed with a request to open a support ticket. |
README.md
Outdated
| - The [ece-tools package](https://github.com/magento/ece-tools) - A set of scripts and tools designed to manage and deploy Cloud projects | ||
| - [Magento Cloud Components](https://github.com/magento/magento-cloud-components) package - Extended Magento Commerce core functionality for sites deployed on the Cloud platform | ||
| - [Magento Cloud Docker](https://github.com/magento/magento-cloud-docker) package - Functionality and Docker images to deploy Magento Commerce to a local Cloud environment | ||
| - [Magento Cloud Patches](https://github.com/magento/magento-cloud-patches) package - Set of patches which improve integration of all Magento versions with Cloud environments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - [Magento Cloud Patches](https://github.com/magento/magento-cloud-patches) package - Set of patches which improve integration of all Magento versions with Cloud environments | |
| - [Magento Cloud Patches](https://github.com/magento/magento-cloud-patches) package - A set of patches that help integrate any version of Magento into the Cloud environment and deliver critical fixes when needed. |
|
Hah! Our comments are similar @meker12 👍 |
Co-Authored-By: Margaret Eker <meker@adobe.com>
Co-Authored-By: Margaret Eker <meker@adobe.com>
Co-Authored-By: Margaret Eker <meker@adobe.com>
Co-Authored-By: Margaret Eker <meker@adobe.com>
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
- Update unit tests after moving MagentoVersion dependency
- Added LICENSE.TXT - Added COPYING.TXT - Updated README.md
- Update unit tests after moving MagentoVersion dependency
Changes: