mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #11304 [Docs] Require tagged plugins for Sylius Store (Zales0123)
This PR was merged into the 1.6 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.6
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
eb55a4107e [Docs] Require tagged plugins for Sylius Store
This commit is contained in:
commit
4e108112b2
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ Since Sylius is an open-source platform, there is a precise flow for the plugin
|
|||
|
||||
**2.** Remember about the tests and code quality! Check out :ref:`book_plugins_technical_requirements` for more details.
|
||||
|
||||
.. warning::
|
||||
|
||||
Beware! Your plugin needs to have at least one tag (even if it's `0.1`). We're not putting plugins in `dev-master` version
|
||||
into the Sylius Store.
|
||||
|
||||
**3.** Send it to the project maintainers. The preferred way is to use `plugin request submit form <https://store.sylius.com/submit>`_.
|
||||
|
||||
**4.** One of our Plugin Curators will contact you with the feedback regarding your plugin's code quality, test suite,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue