Paul Kehrer | 0839aa8 | 2014-02-11 22:36:51 -0600 | [diff] [blame] | 1 | Development |
| 2 | =========== |
Paul Kehrer | 450cd02 | 2014-02-11 22:46:39 -0600 | [diff] [blame] | 3 | |
Paul Kehrer | 0839aa8 | 2014-02-11 22:36:51 -0600 | [diff] [blame] | 4 | As an open source project, ``cryptography`` welcomes contributions of all |
| 5 | forms. The sections below will help you get started. |
| 6 | |
| 7 | File bugs and feature requests on our issue tracker on `GitHub`_. If it is a |
| 8 | bug check out `what to put in your bug report`_. |
| 9 | |
| 10 | .. toctree:: |
| 11 | :maxdepth: 2 |
| 12 | |
| 13 | getting-started |
| 14 | submitting-patches |
| 15 | reviewing-patches |
Paul Kehrer | 1681a69 | 2014-02-11 23:43:51 -0600 | [diff] [blame] | 16 | test-vectors |
Laurens Van Houtven | 6ff0c65 | 2014-06-23 14:05:22 +0200 | [diff] [blame] | 17 | c-bindings |
Paul Kehrer | 0839aa8 | 2014-02-11 22:36:51 -0600 | [diff] [blame] | 18 | |
| 19 | .. _`GitHub`: https://github.com/pyca/cryptography |
Alex Gaynor | f6f2d7e | 2018-10-23 20:39:19 -0400 | [diff] [blame] | 20 | .. _`what to put in your bug report`: https://www.contribution-guide.org/#what-to-put-in-your-bug-report |