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:
Łukasz Chruściel 2020-03-31 10:10:22 +02:00 committed by GitHub
commit 4e108112b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,