mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
updated readme.
This commit is contained in:
parent
903143b477
commit
81d7112ebf
1 changed files with 43 additions and 4 deletions
|
|
@ -19,14 +19,53 @@ Documentation.
|
||||||
|
|
||||||
Docs are available [here](https://github.com/Sylius/SyliusCartBundle/blob/master/Resources/doc/index.md).
|
Docs are available [here](https://github.com/Sylius/SyliusCartBundle/blob/master/Resources/doc/index.md).
|
||||||
|
|
||||||
|
Dependencies.
|
||||||
|
-------------
|
||||||
|
|
||||||
|
This bundle uses the awesome [Pagerfanta library](https://github.com/whiteoctober/Pagerfanta) and [Pagerfanta bundle](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle).
|
||||||
|
|
||||||
|
Mailing lists.
|
||||||
|
--------------
|
||||||
|
|
||||||
|
If you are using this bundle and have any questions, feel free to ask on users mailing list.
|
||||||
|
[Mail](mailto:sylius@googlegroups.com) or [view it](http://groups.google.com/group/sylius).
|
||||||
|
|
||||||
|
If you want to contribute, and develop this bundle, use the developers mailing list.
|
||||||
|
[Mail](mailto:sylius-dev@googlegroups.com) or [view it](http://groups.google.com/group/sylius-dev).
|
||||||
|
|
||||||
|
Sylius twitter account.
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
If you want to keep up with updates, [follow the official Sylius account on twitter](http://twitter.com/_Sylius)
|
||||||
|
or [follow me](http://twitter.com/pjedrzejewski).
|
||||||
|
|
||||||
|
Bug tracking.
|
||||||
|
-------------
|
||||||
|
|
||||||
|
This bundle uses [GitHub issues](https://github.com/Sylius/SyliusCartBundle/issues).
|
||||||
|
If you have found bug, please create an issue.
|
||||||
|
|
||||||
|
Versioning.
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Releases will be numbered with the format `<major>.<minor>.<patch>`.
|
||||||
|
|
||||||
|
And constructed with the following guidelines.
|
||||||
|
|
||||||
|
* Breaking backwards compatibility bumps the major.
|
||||||
|
* New additions without breaking backwards compatibility bumps the minor.
|
||||||
|
* Bug fixes and misc changes bump the patch.
|
||||||
|
|
||||||
|
For more information on SemVer, please visit [semver.org website](http://semver.org/).
|
||||||
|
This versioning method is same for all **Sylius** bundles and applications.
|
||||||
|
|
||||||
License.
|
License.
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Licence can be found here...
|
License can be found [here](https://github.com/Sylius/SyliusCartBundle/blob/master/Resources/meta/LICENSE).
|
||||||
|
|
||||||
Resources/meta/LICENSE
|
|
||||||
|
|
||||||
Authors.
|
Authors.
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
The bundle was originally created by [Paweł Jędrzejewski](http://diweb.pl).
|
||||||
See the list of [contributors](https://github.com/Sylius/SyliusCartBundle/contributors).
|
See the list of [contributors](https://github.com/Sylius/SyliusCartBundle/contributors).
|
||||||
Loading…
Add table
Reference in a new issue