24 lines
666 B
ReStructuredText
24 lines
666 B
ReStructuredText
Contributing to cryptography
|
|
============================
|
|
|
|
As an open source project, cryptography welcomes contributions of many forms.
|
|
|
|
Examples of contributions include:
|
|
|
|
* Code patches
|
|
* Documentation improvements
|
|
* Bug reports and patch reviews
|
|
|
|
Extensive contribution guidelines are available in the repository at
|
|
``docs/development/index.rst``, or online at:
|
|
|
|
https://cryptography.io/en/latest/development/
|
|
|
|
Security issues
|
|
---------------
|
|
|
|
To report a security issue, please follow the special `security reporting
|
|
guidelines`_, do not report them in the public issue tracker.
|
|
|
|
.. _`security reporting guidelines`: https://cryptography.io/en/latest/security/
|