Sylius/CONTRIBUTING.md
2016-01-20 15:10:43 +01:00

28 lines
1.1 KiB
Markdown

Contributing Patches and BDD Methodology
========================================
Sylius is a Open Source project driven by the community. Join our amazing adventure and we promise to be nice and welcoming to everyone. Remember, you do not have to be a Symfony guru or even a programmer to help!
You can learn [how to contribute the patches](http://docs.sylius.org/en/latest/contributing/code/patches.html)
and [how we use Behat & PHPSpec](http://docs.sylius.org/en/latest/contributing/code/bdd.html)
in two separate parts of our [Contributing Guide](http://docs.sylius.org/en/latest/contributing/index.html).
PR Table Template
-----------------
```
| Q | A
| ------------- | ---
| Bug fix? | no|yes
| New feature? | no|yes
| BC breaks? | no|yes
| Deprecations? | no|yes
| Fixed tickets | #X
| License | MIT
| Doc PR | Sylius/Sylius-Docs#X
```
Security Issues
---------------
Sylius is not stable yet, but has been already used in production and we treat security very seriously. You can read about security procedures [here](http://docs.sylius.org/en/latest/contributing/code/security.html).