From c74ff2a16e47bdf31f8ad17bbfbe2da5d03803c6 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 10 Jan 2014 19:26:04 -0800 Subject: Import paramiko.org repository @ 3ac370054ef10fb060fe75fff25fe3a70ecc02c0 --- site/contributing.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 site/contributing.rst (limited to 'site/contributing.rst') 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 +`; 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 +`_ - we follow it explicitly. -- cgit v1.2.3