You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
666 B
24 lines
666 B
7 months ago
|
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/
|