blob: 9cf0f34b2071eada31c35a709bc2f0e2a37f1050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
============
Contributing
============
How to get the code
===================
Our primary Git repository is on Github at `paramiko/paramiko`_;
please follow their instructions 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. Again, our code
repository and bug tracker is `on Github`_.
Our changelog is located in ``sites/www/changelog.rst``.
.. _paramiko/paramiko:
.. _on Github: https://github.com/paramiko/paramiko
|