Alex Gaynor | c72e63f | 2013-09-09 21:44:26 -0700 | [diff] [blame] | 1 | Contributing to cryptography |
| 2 | ============================ |
Hynek Schlawack | 2ae675d | 2013-08-07 21:01:07 +0200 | [diff] [blame] | 3 | |
Alex Gaynor | c72e63f | 2013-09-09 21:44:26 -0700 | [diff] [blame] | 4 | As an open source project, cryptography welcomes contributions of many forms. |
Laurens Van Houtven | 380a369 | 2013-08-07 11:03:40 +0200 | [diff] [blame] | 5 | |
Alex Gaynor | c72e63f | 2013-09-09 21:44:26 -0700 | [diff] [blame] | 6 | Examples of contributions include: |
Laurens Van Houtven | 380a369 | 2013-08-07 11:03:40 +0200 | [diff] [blame] | 7 | |
Alex Gaynor | c72e63f | 2013-09-09 21:44:26 -0700 | [diff] [blame] | 8 | * Code patches |
| 9 | * Documentation improvements |
| 10 | * Bug reports and patch reviews |
Hynek Schlawack | 2ae675d | 2013-08-07 21:01:07 +0200 | [diff] [blame] | 11 | |
Alex Gaynor | c72e63f | 2013-09-09 21:44:26 -0700 | [diff] [blame] | 12 | Extensive contribution guidelines are available in the repository at |
Paul Kehrer | e8fc29f | 2014-03-02 09:23:46 -0400 | [diff] [blame] | 13 | ``docs/development/index.rst``, or online at: |
Hynek Schlawack | 43f6873 | 2013-08-10 22:13:13 +0200 | [diff] [blame] | 14 | |
Paul Kehrer | e8fc29f | 2014-03-02 09:23:46 -0400 | [diff] [blame] | 15 | https://cryptography.io/en/latest/development/ |
Alex Gaynor | e590abc | 2013-11-12 17:09:31 -0800 | [diff] [blame] | 16 | |
Alex Gaynor | f139582 | 2013-11-12 17:45:30 -0800 | [diff] [blame] | 17 | Security issues |
| 18 | --------------- |
Alex Gaynor | e590abc | 2013-11-12 17:09:31 -0800 | [diff] [blame] | 19 | |
Alex Gaynor | f139582 | 2013-11-12 17:45:30 -0800 | [diff] [blame] | 20 | To report a security issue, please follow the special `security reporting |
| 21 | guidelines`_, do not report them in the public issue tracker. |
Alex Gaynor | e590abc | 2013-11-12 17:09:31 -0800 | [diff] [blame] | 22 | |
| 23 | .. _`security reporting guidelines`: https://cryptography.io/en/latest/security/ |