You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Contributions to the Magento 2 codebase are done using the fork & pull model.
4
4
This contribution model has contributors maintaining their own fork of the Magento 2 repository.
5
-
The forked repository is then used to submit a request to the base repository to “pull” a set of changes.
5
+
The forked repository is then used to submit a request to the base repository to "pull" a set of changes.
6
6
For more information on pull requests please refer to [GitHub Help](https://help.github.com/articles/about-pull-requests/).
7
7
8
8
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 or optimizations.
@@ -19,11 +19,11 @@ For more detailed information on contribution please read our [beginners guide](
19
19
2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances of a pull request being merged quickly and without additional clarification requests.
20
20
3. Commits must be accompanied by meaningful commit messages. Please see the [Magento Pull Request Template](https://github.com/magento/magento2/blob/HEAD/.github/PULL_REQUEST_TEMPLATE.md) for more information.
21
21
4. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.
22
-
3. PRs which include new logic or new features must be submitted along with:
23
-
* Unit/integration test coverage
24
-
* Proposed [documentation](https://devdocs.magento.com) updates. Documentation contributions can be submitted via the [devdocs GitHub](https://github.com/magento/devdocs).
25
-
4. For larger features or changes, please [open an issue](https://github.com/magento/magento2/issues) to discuss the proposed changes prior to development. This may prevent duplicate or unnecessary effort and allow other contributors to provide input.
26
-
5. All automated tests must pass.
22
+
5. PRs which include new logic or new features must be submitted along with:
23
+
* Unit/integration test coverage
24
+
* Proposed [documentation](https://developer.adobe.com/commerce) updates. Use feedback buttons __Edit in GitHub__ and __Log an issue__ at the top of a relevant topic.
25
+
6. For larger features or changes, please [open an issue](https://github.com/magento/magento2/issues) to discuss the proposed changes prior to development. This may prevent duplicate or unnecessary effort and allow other contributors to provide input.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ However, for those who need a full-featured eCommerce solution, we recommend [Ad
26
26
27
27
## Contribute
28
28
29
-
Our [Community](https://opensource.magento.com/) is large and diverse, and our project is enormous. As a contributor, you have countless opportunities to impact product development and delivery by introducing new features or improving existing ones, enhancing test coverage, updating documentation for [developers](https://developer.adobe.com/commerce/docs/) and [end-users](https://docs.magento.com/user-guide/), catching and fixing code bugs, suggesting points for optimization, and sharing your great ideas.
29
+
Our [Community](https://opensource.magento.com/) is large and diverse, and our project is enormous. As a contributor, you have countless opportunities to impact product development and delivery by introducing new features or improving existing ones, enhancing test coverage, updating documentation for [developers](https://developer.adobe.com/commerce/docs/) and [end-users](https://experienceleague.adobe.com/docs/commerce-admin/user-guides/home.html), catching and fixing code bugs, suggesting points for optimization, and sharing your great ideas.
30
30
31
31
-[Contribute to the code](https://developer.adobe.com/commerce/contributor/guides/code-contributions/)
32
32
-[Report an issue](https://developer.adobe.com/commerce/contributor/guides/code-contributions/#report)
<descriptiontranslate="true">If your Magento installation has multiple websites, you can edit the scope to associate the customer with a specific site.</description>
Copy file name to clipboardExpand all lines: app/code/Magento/EncryptionKey/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,6 @@ This module introduces the following layouts and layout handles in the `view/adm
16
16
17
17
## Additional information
18
18
19
-
For information about significant changes in patch releases, see [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html).
19
+
For information about significant changes in patch releases, see [Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html).
20
20
21
-
Some more information you can get at [Encryption Key](https://docs.magento.com/user-guide/system/encryption-key.html) article.
21
+
Some more information you can get at [Encryption Key](https://experienceleague.adobe.com/docs/commerce-admin/systems/security/encryption-key.html) article.
Copy file name to clipboardExpand all lines: app/code/Magento/GiftMessage/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -103,4 +103,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
103
103
104
104
## Additional information
105
105
106
-
[Learn more about Gift Options and Gift Message](https://docs.magento.com/user-guide/sales/gift-options.html).
106
+
[Learn more about Gift Options and Gift Message](https://experienceleague.adobe.com/docs/commerce-admin/stores-sales/point-of-purchase/cart/cart-configuration.html#gift-options).
Copy file name to clipboardExpand all lines: app/code/Magento/GoogleOptimizer/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,4 @@ This allows to save different codes for products and categories on different sto
53
53
This functionality can be switched on and off on the configuration page (`Stores -> Configuration -> General -> Google Api -> Google Analytics`).
54
54
Also this functionality depends on Google Analytics module and configuration options.
55
55
56
-
[Learn how to configure Google Content Experiments](https://docs.magento.com/user-guide/marketing/google-content-experiments.html).
56
+
[Learn how to configure Google Content Experiments](https://experienceleague.adobe.com/docs/commerce-admin/marketing/google-tools/google-content-experiments.html).
Copy file name to clipboardExpand all lines: app/code/Magento/GroupedProduct/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,4 +95,4 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
95
95
96
96
## Additional information
97
97
98
-
For more information about creating grouped product, see [Creating Grouped Product](https://docs.magento.com/user-guide/catalog/product-create-grouped.html).
98
+
For more information about creating grouped product, see [Creating Grouped Product](https://experienceleague.adobe.com/docs/commerce-admin/catalog/products/types/product-create-grouped.html).
0 commit comments