1Contributing to cryptography 2============================ 3 4As an open source project, cryptography welcomes contributions of many forms. 5 6Examples of contributions include: 7 8* Code patches 9* Documentation improvements 10* Bug reports and patch reviews 11 12Extensive contribution guidelines are available in the repository at 13``docs/development/index.rst``, or online at: 14 15https://cryptography.io/en/latest/development/ 16 17Security issues 18--------------- 19 20To report a security issue, please follow the special `security reporting 21guidelines`_, do not report them in the public issue tracker. 22 23.. _`security reporting guidelines`: https://cryptography.io/en/latest/security/ 24