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
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.
13
13
14
14
To learn about how to make a contribution, click [here][1].
15
15
16
-
To learn about issues, click [here][2]. To open an issue, click [here][3].
16
+
To learn about issues, click [here][2].
17
+
18
+
To open an issue, click [here][3].
17
19
18
20
To suggest documentation improvements, click [here][4].
@@ -37,7 +39,7 @@ Magento is thankful for any contribution that can improve our code base, documen
37
39
38
40
### Labels Applied by the Magento Team
39
41
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.
40
-
Please review the [Code Contributions guide](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html#labels) for detailed information on labels used in Magento 2 repositories.
42
+
Please review the [Code Contributions guide](https://devdocs.magento.com/contributor-guide/contributing.html#labels) for detailed information on labels used in Magento 2 repositories.
41
43
42
44
## Reporting Security Issues
43
45
@@ -50,7 +52,7 @@ Stay up-to-date on the latest security news and patches for Magento by signing u
50
52
Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license.
Please see [LICENSE.txt](https://github.com/magento/security-package/blob/2.3-develop/LICENSE.txt) for the full text of the OSL 3.0 license or contact [email protected] for a copy.
55
+
Please see [LICENSE.txt](https://github.com/magento/security-package/blob/develop/LICENSE.txt) for the full text of the OSL 3.0 license or contact [email protected] for a copy.
54
56
55
57
Subject to Licensee's payment of fees and compliance with the terms and conditions of the MEE License, the MEE License supersedes the OSL 3.0 license for each source file.
56
58
Please see LICENSE_EE.txt for the full text of the MEE License or visit https://magento.com/legal/terms/enterprise.
@@ -62,6 +64,6 @@ To connect with Magento and the Community, join us on the [Magento Community Eng
62
64
63
65
We have channels for each project. These channels are recommended for new members:
64
66
65
-
-[general](https://magentocommeng.slack.com/messages/C4YS78WE6): Open chat for introductions and Magento 2 questions
66
-
-[github](https://magentocommeng.slack.com/messages/C7KB93M32): Support for GitHub issues, pull requests, and processes
67
-
-[public-backlog](https://magentocommeng.slack.com/messages/CCV3J3RV5): Discussions of the Magento 2 backlog
67
+
-[general](https://magentocommeng.slack.com/archives/C4YS78WE6): Open chat for introductions and Magento 2 questions
68
+
-[github](https://magentocommeng.slack.com/archives/C7KB93M32): Support for GitHub issues, pull requests, and processes
69
+
-[public-backlog](https://magentocommeng.slack.com/archives/CCV3J3RV5): Discussions of the Magento 2 backlog
Please refer to: https://github.com/magento/security-package
1
+
# Magento reCAPTCHA
2
+
3
+
Google reCAPTCHA ensures that a human being, rather than a computer (or “bot”), is interacting with your website. Unlike the standard Magento CAPTCHA, Google reCAPTCHA provides enhanced security with a selection of different display options and methods. Additional website traffic information is available in the dashboard of your Google reCAPTCHA account.
4
+
5
+
This module provides the reCAPTCHA UI files related to views in the admin panel.
6
+
7
+
For more information please visit the [Magento document for reCAPTCHA](https://docs.magento.com/user-guide/stores/security-google-recaptcha.html).
Please refer to: https://github.com/magento/security-package
1
+
# Magento reCAPTCHA
2
+
3
+
Google reCAPTCHA ensures that a human being, rather than a computer (or “bot”), is interacting with your website. Unlike the standard Magento CAPTCHA, Google reCAPTCHA provides enhanced security with a selection of different display options and methods. Additional website traffic information is available in the dashboard of your Google reCAPTCHA account.
4
+
5
+
This module provides the reCAPTCHA implementations related to checkout.
6
+
7
+
For more information please visit the [Magento document for reCAPTCHA](https://docs.magento.com/user-guide/stores/security-google-recaptcha.html).
0 commit comments