diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-07-23 19:01:37 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-07-23 19:01:37 +0100 |
| commit | 1623e59fd034d427436e6bc926e3ceb59e83cf7c (patch) | |
| tree | 72d3d86537df8c14f80d37b5f365a1a862cfdc6b /library/bombayworks/zendframework1/CONTRIBUTING.md | |
| parent | b2fbc1ac2ddf61dc47b99f4e52eac251510e8b6e (diff) | |
| download | webtrees-1623e59fd034d427436e6bc926e3ceb59e83cf7c.tar.gz webtrees-1623e59fd034d427436e6bc926e3ceb59e83cf7c.tar.bz2 webtrees-1623e59fd034d427436e6bc926e3ceb59e83cf7c.zip | |
Upldate vendor libraries - mostly PHP5.6 fixes
Diffstat (limited to 'library/bombayworks/zendframework1/CONTRIBUTING.md')
| -rw-r--r-- | library/bombayworks/zendframework1/CONTRIBUTING.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/library/bombayworks/zendframework1/CONTRIBUTING.md b/library/bombayworks/zendframework1/CONTRIBUTING.md new file mode 100644 index 0000000000..2894df5914 --- /dev/null +++ b/library/bombayworks/zendframework1/CONTRIBUTING.md @@ -0,0 +1,41 @@ +# CONTRIBUTING + +> **To submit code, patches, and proposals to Zend Framework, contributors must +agree to the New BSD License and also submit a signed +[Contributor License Agreement (CLA)](https://github.com/zendframework/zf1/wiki/Contributor-License-Agreement-%28CLA%29).** + +## RESOURCES + +If you wish to contribute to Zend Framework, please be sure to +read/subscribe to the following resources: + + - Coding Standards: + http://framework.zend.com/manual/1.12/en/coding-standard.html + - ZF Git Guide: + [README-GIT.md](README-GIT.md) + - Contributor's Guide: + http://framework.zend.com/participate/contributor-guide-v1 + - ZF Contributor's mailing list: + Archives: http://zend-framework-community.634137.n4.nabble.com/ZF-Contributor-f680267.html + Subscribe: zf-contributors-subscribe@lists.zend.com + - ZF Contributor's IRC channel: + #zftalk.dev on Freenode.net + +## Reporting Potential Security Issues + +If you have encountered a potential security vulnerability in Zend Framework, +please report it to us at [zf-security@zend.com](mailto:zf-security@zend.com). +We will work with you to verify the vulnerability and patch it. + +When reporting issues, please provide the following information: + +- Component(s) affected +- A description indicating how to reproduce the issue +- A summary of the security vulnerability and impact + +We request that you contact us via the email address above and give the project +contributors a chance to resolve the vulnerability and issue a new release prior +to any public exposure; this helps protect Zend Framework users and provides +them with a chance to upgrade and/or update in order to protect their applications. + +For sensitive email communications, please use [our PGP key](http://framework.zend.com/zf-security-pgp-key.asc).
\ No newline at end of file |
