diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-11 21:32:11 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-11 21:32:11 -0800 |
commit | 00f0f2aedf797616b3f2b3c6762f5674bf03b15d (patch) | |
tree | 36cfad11882104f15245abea8eebb0524796f802 /docs/development/index.rst | |
parent | e202a049ff6e3bcd5ba3b3c95356b57982ffaa42 (diff) | |
parent | 91c776fe1d577efa67beb4ea26caf9492bae4070 (diff) | |
download | cryptography-00f0f2aedf797616b3f2b3c6762f5674bf03b15d.tar.gz cryptography-00f0f2aedf797616b3f2b3c6762f5674bf03b15d.tar.bz2 cryptography-00f0f2aedf797616b3f2b3c6762f5674bf03b15d.zip |
Merge pull request #594 from reaperhulk/reorganize-contributing
Reorganize contributing into development section
Diffstat (limited to 'docs/development/index.rst')
-rw-r--r-- | docs/development/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/development/index.rst b/docs/development/index.rst new file mode 100644 index 00000000..c0272299 --- /dev/null +++ b/docs/development/index.rst @@ -0,0 +1,18 @@ +Development +=========== + +As an open source project, ``cryptography`` welcomes contributions of all +forms. The sections below will help you get started. + +File bugs and feature requests on our issue tracker on `GitHub`_. If it is a +bug check out `what to put in your bug report`_. + +.. toctree:: + :maxdepth: 2 + + getting-started + submitting-patches + reviewing-patches + +.. _`GitHub`: https://github.com/pyca/cryptography +.. _`what to put in your bug report`: http://www.contribution-guide.org/#what-to-put-in-your-bug-report |