2014-01-10 22:26:04 -05:00
|
|
|
============
|
|
|
|
Contributing
|
|
|
|
============
|
|
|
|
|
|
|
|
How to get the code
|
|
|
|
===================
|
|
|
|
|
|
|
|
Our primary Git repository is on Github at `paramiko/paramiko
|
2014-01-30 17:20:13 -05:00
|
|
|
<https://github.com/paramiko/paramiko>`_; please follow their instructions for
|
2014-01-10 22:26:04 -05:00
|
|
|
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.
|
2014-04-14 18:28:03 -04:00
|
|
|
|
|
|
|
Our current changelog is located in ``sites/www/changelog.rst`` - the top
|
|
|
|
level files like ``ChangeLog.*`` and ``NEWS`` are historical only.
|