Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a7469e

Browse files
author
Lori Krell
authored
Update Community slack information and resources
2 parents 3ff4e41 + ef68143 commit 6a7469e

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

community/resources/best-practices.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ They are available in DevDocs because the content has been well received within
2121

2222
The DevDocs and Magento teams verified and provide the following best practices and recommendations:
2323

24-
- [Best Practices and Benchmarking](https://devdocs.magento.com/guides/v2.2/migration/migration-overview-practices.html) for Migration
25-
- [Best Practices for Extension Development](https://devdocs.magento.com/guides/v2.2/ext-best-practices/bk-ext-best-practices.html)
24+
- [Best Practices and Benchmarking](https://devdocs.magento.com/guides/v2.3/migration/migration-overview-practices.html) for Migration
25+
- [Best Practices for Extension Development](https://devdocs.magento.com/guides/v2.3/ext-best-practices/bk-ext-best-practices.html)
2626

2727
We also recommend the [Magento Marketplace Help Center](https://marketplacesupport.magento.com/hc/en-us) for extension questions.
28-
- [Programming Best Practices](https://devdocs.magento.com/guides/v2.2/ext-best-practices/extension-coding/common-programming-bp.html)
29-
- [Observers Best Practices](https://devdocs.magento.com/guides/v2.2/ext-best-practices/extension-coding/observers-bp.html)
30-
- [Theme development best practices](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/theme-best-practice.html)
31-
- [Performance Best Practices](https://devdocs.magento.com/guides/v2.2/performance-best-practices/)
32-
- [Best Practices for Store Configuration](https://devdocs.magento.com/guides/v2.2/cloud/configure/configure-best-practices.html) for Commerce Cloud
33-
- [Deployment process](https://devdocs.magento.com/guides/v2.2/cloud/reference/discover-deploy.html) for Commerce Cloud
28+
- [Programming Best Practices](https://devdocs.magento.com/guides/v2.3/ext-best-practices/extension-coding/common-programming-bp.html)
29+
- [Observers Best Practices](https://devdocs.magento.com/guides/v2.3/ext-best-practices/extension-coding/observers-bp.html)
30+
- [Theme Development Best Practices](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/theme-best-practice.html)
31+
- [Performance Best Practices](https://devdocs.magento.com/guides/v2.3/performance-best-practices/)
32+
- [Best Practices for Store Configuration](https://devdocs.magento.com/guides/v2.3/cloud/configure/configure-best-practices.html) for Commerce Cloud
33+
- [Deployment Process](https://devdocs.magento.com/guides/v2.3/cloud/reference/discover-deploy.html) for Commerce Cloud
3434

3535
## Want to contribute?
3636

community/resources/resources.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Community collection of resources links to blog posts, podcasts, presentati
99

1010
New items will be added incrementally, and older links rotated out. Keep an eye on this space for the latest community resources!
1111

12-
Another community-based resource, focused on describing the Magento 2 Environment is the [Magento 2 Awesome List][0]
12+
Another community-based resource, focused on describing the Magento 2 environment, is the [Magento 2 Awesome List][0].
1313

1414
Do you know of a popular resource about Magento 2 that has been released/published within the past year?
1515
Does it fill gaps in our current docs and provide important information?
@@ -25,19 +25,24 @@ See our collection of best and leading practices, common solutions, and more in
2525

2626
## Community Engineering Slack
2727

28-
To connect with Magento and the Community, join us on the [Magento Community Engineering Slack][]. If you are interested in joining Slack, or a specific channel, send us a request at [[email protected]](mailto:[email protected]) or [self signup][].
28+
To connect with Magento and the Community, join us on the [Magento Community Engineering Slack][]. If you are interested in joining Slack, or a specific channel, send us a request at [[email protected]](mailto:[email protected]) or [self signup][].
2929

3030

3131
We have channels for each project. These channels are recommended for new members:
3232

33+
- [announcements][]: Introduce yourself and get quick updates for Magento Community Engineering
3334
- [general][]: Open chat for introductions and Magento 2 questions
35+
- [appdesign][]: Open chat for Magento architecture and [technical guidelines][]
36+
- [coding-standards][]: Open chat for developing [coding standards][] for Magento
3437
- [github][]: Support for GitHub issues, pull requests, and processes
3538
- [public-backlog][]: Discussions of the Magento 2 backlog
3639
- [devdocs][]: Documentation contribution support
3740

3841
## Resources and guides
3942

43+
- *Video* [How to contribute during Magento Contribution Days][57] by [Max Pronko][35]
4044
- *GitHub* [Magento Resources][23] curated list by [Alessandro Ronchi][30]
45+
- *Blog posts* [Thoughts on Magento, PHP, JavaScript, Laravel, React, Docker, and user interface design][56] by [Mark Shust][38]
4146
- *Videos* [Mage2.tv][24]
4247
- *Podcast* [MageTalk][25] by [Phillip Jackson and Kalen][27]
4348
- *Vlog* [eCommerceAholic][26] by [TJ Gamble][28]
@@ -90,12 +95,17 @@ We have channels for each project. These channels are recommended for new member
9095
- *Presentation* [Premium performance with PHP 7 and Varnish][15] by Miguel Balparda
9196

9297
[contribute]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
98+
[technical guidelines]: https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html
99+
[coding standards]: https://devdocs.magento.com/guides/v2.3/coding-standards/bk-coding-standards.html
93100
[Magento Community Engineering Slack]: https://magentocommeng.slack.com
94101
[self signup]: https://tinyurl.com/engcom-slack
95102
[general]: https://magentocommeng.slack.com/messages/C4YS78WE6
96103
[github]: https://magentocommeng.slack.com/messages/C7KB93M32
97104
[public-backlog]: https://magentocommeng.slack.com/messages/CCV3J3RV5
98105
[devdocs]: https://magentocommeng.slack.com/messages/CAN932A3H
106+
[appdesign]: https://magentocommeng.slack.com/messages/CBSL1DF8B
107+
[coding-standards]: https://magentocommeng.slack.com/messages/CFC88F1C6
108+
[announcements]: https://magentocommeng.slack.com/messages/C7FA71S3V
99109
[0]: https://github.com/DavidLambauer/awesome-magento2
100110
[1]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
101111
[2]: http://www.slideshare.net/StaceyWhitney1/mage-titans-usa-2016-joshua-warren-magento-2-integrations
@@ -152,3 +162,5 @@ We have channels for each project. These channels are recommended for new member
152162
[53]: https://bsscommerce.com/confluence/a-quick-guide-to-automation-test-in-magento-2/
153163
[54]: https://store.fooman.co.nz/blog
154164
[55]: https://alanstorm.com/
165+
[56]: https://markshust.com/
166+
[57]: https://www.youtube.com/watch?v=ceNeYpCEmys

guides/v2.2/contributor-guide/contributing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ The following topics are included in this guide:
1919
- [Labels applied by the Community Engineering Team](#labels)
2020
- [Contribution awards and points](#points)
2121

22+
{:.bs-callout .bs-callout-tip}
23+
Connect with Magento Contributors and Maintainers to learn more about Magento contributions and special projects. Join us in our [Slack workspace](https://tinyurl.com/engcom-slack), in the [#general](https://magentocommeng.slack.com/messages/C4YS78WE6) channel, follow the [#announcements](https://magentocommeng.slack.com/messages/C7FA71S3V), and browse for more [channels](https://devdocs.magento.com/community/resources/resources.html#community-engineering-slack)!
24+
2225
## Contribute to Magento 2 code {#contribute}
2326

2427
Use the [fork](#fork) and [pull](#pull_request) model to contribute to the Magento 2 codebase.

guides/v2.3/contributor-guide/contributing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The following topics are included in this guide:
1818
- [Labels applied by the Community Engineering Team](#labels)
1919
- [Contribution awards and points](#points)
2020

21+
{:.bs-callout .bs-callout-tip}
22+
Connect with Magento Contributors and Maintainers to learn more about Magento contributions and special projects. Join us in our [Slack workspace](https://tinyurl.com/engcom-slack), in the [#general](https://magentocommeng.slack.com/messages/C4YS78WE6) channel, follow the [#announcements](https://magentocommeng.slack.com/messages/C7FA71S3V), and browse for more [channels](https://devdocs.magento.com/community/resources/resources.html#community-engineering-slack)!
23+
2124
## Contribute to Magento 2 code {#contribute}
2225

2326
Use the [fork](#fork) and [pull](#pull_request) model to contribute to the Magento 2 codebase.

0 commit comments

Comments
 (0)