From d2e86beb16ae58d64615b5e5258541842e0fcdad Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Fri, 10 Feb 2017 19:54:58 +0600 Subject: [PATCH] contribution statement updated --- README.md | 17 ++++++++++++++++- requirements.txt | 2 -- 2 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 requirements.txt diff --git a/README.md b/README.md index 6d96c32..5f35947 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,23 @@ For more on docker-registry configuration, read here: You may get `Functionality not supported` error when this option is not enabled. +## Contribution +You are very welcome to contribute to this script. Of course, when making changes, +please include your changes into `test.py` and run tests to check that your changes +do not break existing functionality. + +For tests to work, install `mock` library +``` + pip install mock +``` + +Running tests is as simple +``` + python test.py +``` + + # Contact Please feel free to contact me at anoxis@gmail.com if you wish to add more functionality or want to contribute. - \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d5f93b9..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -requests -mock \ No newline at end of file