blob: 6cd409a1b23a27f7f3e530e562880f376d7a8d33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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/
|