contribution statement updated

This commit is contained in:
Andrey Pohilko
2017-02-10 19:54:58 +06:00
parent 2c632c9086
commit d2e86beb16
2 changed files with 16 additions and 3 deletions

View File

@@ -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.

View File

@@ -1,2 +0,0 @@
requests
mock