diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-10 19:26:04 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:14:26 -0800 |
commit | c74ff2a16e47bdf31f8ad17bbfbe2da5d03803c6 (patch) | |
tree | 59b1240b3328640776448a4f717f6bb51fd91d15 /site/contributing.rst | |
parent | 5c5bf6e844d63a14f586d9166c536ab0978b684b (diff) |
Import paramiko.org repository @ 3ac370054ef10fb060fe75fff25fe3a70ecc02c0
Diffstat (limited to 'site/contributing.rst')
-rw-r--r-- | site/contributing.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/site/contributing.rst b/site/contributing.rst new file mode 100644 index 00000000..b121e64b --- /dev/null +++ b/site/contributing.rst @@ -0,0 +1,19 @@ +============ +Contributing +============ + +How to get the code +=================== + +Our primary Git repository is on Github at `paramiko/paramiko +<https://github.com/paramiko/paramiko>`; please follow their instruction for +cloning to your local system. (If you intend to submit patches/pull requests, +we recommend forking first, then cloning your fork. Github has excellent +documentation for all this.) + + +How to submit bug reports or new code +===================================== + +Please see `this project-agnostic contribution guide +<http://contribution-guide.org>`_ - we follow it explicitly. |