diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:46:08 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 16:46:08 -0800 |
commit | f58bf03e5b500ee0db7ff5dc45c1454b82523d4e (patch) | |
tree | a343651ee1c3b75db7363ca4da705a5f5cca443d /sites/www/_build.orig/_sources/contributing.txt | |
parent | d2f83a1fd84222692ae779492ef50b82b3837e67 (diff) |
Grump at whenever this snuck in
Diffstat (limited to 'sites/www/_build.orig/_sources/contributing.txt')
-rw-r--r-- | sites/www/_build.orig/_sources/contributing.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sites/www/_build.orig/_sources/contributing.txt b/sites/www/_build.orig/_sources/contributing.txt deleted file mode 100644 index a44414e8..00000000 --- a/sites/www/_build.orig/_sources/contributing.txt +++ /dev/null @@ -1,26 +0,0 @@ -============ -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 current changelog is located in ``sites/www/changelog.rst`` - the top -level files like ``ChangeLog.*`` and ``NEWS`` are historical only. - - -.. _paramiko/paramiko: -.. _on Github: https://github.com/paramiko/paramiko |