Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit e82092a

Browse files
author
Mangled Deutz
committed
Clearer contribute documentation + authors
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent b4d2f72 commit e82092a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Ken Cochrane <[email protected]>
4646
Kevin Clark <[email protected]>
4747
Leon Xiang <[email protected]>
4848
Lucas Clemente <[email protected]>
49+
Mangled Deutz <[email protected]>
4950
Marc Tamsky <[email protected]>
5051
Marek Goldmann <[email protected]>
5152
Mario Rodas <[email protected]>

CONTRIBUTE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Bare minimum
44

5-
You need `git`, `pip` and `tox`.
5+
System-wide, you need `git` and `pip` installed. You also need `tox` (usually just `pip install tox`).
66

7-
You might need `nose`, `coverage` and `flake`.
7+
You optionally need `nose`, `coverage` and `flake8` (usually just `pip install nose coverage flake8`) .
88

99

1010
## Architecture
@@ -17,7 +17,7 @@ It provides:
1717

1818
* exceptions
1919
* a driver interface describing how the registry interacts with the data storage
20-
* a compatibility layer (eg: python version)
20+
* a compatibility layer (eg: abstracting behavior differences between python versions)
2121
* common useful utility code
2222
* filesystem storage driver
2323

0 commit comments

Comments
 (0)