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
[Add image uploader to content type]: image-uploader.md
41
+
[Roadmap and Known Issues]: roadmap.md
42
+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
43
+
<!-- {% endcomment %} -->
25
44
## Overview
26
45
27
46
Contributions to the Magento 2 codebase are done using the fork & pull model.
@@ -40,16 +59,15 @@ The Magento 2 development team will review all issues and contributions submitte
40
59
4. PRs which include bug fixing, must be accompanied with step-by-step description of how to reproduce the bug.
41
60
3. PRs which include new logic or new features must be submitted along with:
42
61
* Unit/integration test coverage where applicable.
43
-
* Updated documentation in the module directory `app/code/PageBuilder/docs`.
44
-
4. For large features or changes, please [open an issue](https://github.com/magento/magento2/issues) and discuss first. This may prevent duplicate or unnecessary effort, and it may gain you some additional contributors.
45
-
5. All automated tests are passed successfully locally. After PR submitted Magento team will run builds on continuous integration environment.
62
+
* Updated documentation in the `docs` directory at the root level.
63
+
1. For large features or changes, please [open an issue](https://github.com/magento/magento2/issues) and discuss first. This may prevent duplicate or unnecessary effort, and it may gain you some additional contributors.
64
+
2. All automated tests are passed successfully locally. After PR submitted Magento team will run builds on continuous integration environment.
46
65
47
66
## Contribution process
48
67
49
68
If you are a new GitHub user, we recommend that you create your own [free github account](https://github.com/signup/free). By doing that, you will be able to collaborate with the Magento 2 development team, “fork” the Magento 2 project and be able to easily send “pull requests”.
50
69
51
-
1. Search current [listed issues](https://github.com/magento/magento2-page-builder/issues) on GitHub (open or closed) and [list of known issues](docs/roadmap.md#Known Issues) on our roadmap for similar proposals of intended contribution before starting work on a new contribution.
52
-
2. Please contact us in Slack chanel if you want to work on issue from [list of known issues](docs/roadmap.md#Known Issues).
70
+
1. Search current [listed issues](https://github.com/magento/magento2-page-builder/issues) on GitHub (open or closed) before starting work on a new contribution.
53
71
2. Review the [Contributor License Agreement](https://magento.com/legaldocuments/mca) if this is your first time contributing.
54
72
3. Create and test your work.
55
73
4. Fork the Magento 2 repository according to [Fork a repository instructions](http://devdocs.magento.com/guides/v2.0/contributor-guide/contributing.html#fork) and when you are ready to send us a pull request – follow [Create a pull request instructions](http://devdocs.magento.com/guides/v2.0/contributor-guide/contributing.html#pull_request). Instructions written for `https://github.com/magento/magento2` repository, but they also apply to `https://github.com/magento/magento2-page-builder`.
@@ -59,5 +77,3 @@ If you are a new GitHub user, we recommend that you create your own [free github
59
77
60
78
Please note that this project is released with a Contributor Code of Conduct. We expect you to agree to its terms when participating in this project.
61
79
The full text is available in the repository [Wiki](https://github.com/magento/magento2/wiki/Magento-Code-of-Conduct).
0 commit comments