diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-29 11:24:01 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-29 11:38:19 +0300 |
commit | 8788a47c2b48e19d7246346fae2ae5e446575a7a (patch) | |
tree | dce7e8e56a7dd1e22b64d7728117163b1cdef1f1 /contrib/python/cryptography/next/rust/CONTRIBUTING.rst | |
parent | fc27761312bba603b104749357bd46a7603cf483 (diff) | |
download | ydb-8788a47c2b48e19d7246346fae2ae5e446575a7a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/cryptography/next/rust/CONTRIBUTING.rst')
-rw-r--r-- | contrib/python/cryptography/next/rust/CONTRIBUTING.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/python/cryptography/next/rust/CONTRIBUTING.rst b/contrib/python/cryptography/next/rust/CONTRIBUTING.rst new file mode 100644 index 0000000000..6cd409a1b2 --- /dev/null +++ b/contrib/python/cryptography/next/rust/CONTRIBUTING.rst @@ -0,0 +1,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/ |