diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-22 14:29:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-22 14:29:01 +0200 |
commit | 3cdd184bdbd6dcf1b1d8637854bc5f7a353552df (patch) | |
tree | 6bbc953435dfaa9480827e754d200187272c7097 /docs/requirements.md | |
parent | 91c372e30a89e1f39662d5d1d836fd7ac009720e (diff) | |
download | kube-3cdd184bdbd6dcf1b1d8637854bc5f7a353552df.tar.gz kube-3cdd184bdbd6dcf1b1d8637854bc5f7a353552df.zip |
Documentation
Diffstat (limited to 'docs/requirements.md')
-rw-r--r-- | docs/requirements.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/requirements.md b/docs/requirements.md index 1b1f5f24..d909ddc0 100644 --- a/docs/requirements.md +++ b/docs/requirements.md | |||
@@ -83,3 +83,5 @@ Currently available dependencies: | |||
83 | * Libraries need to be purpose built and with clear responsibilities. No artificial boundaries that don't help something. | 83 | * Libraries need to be purpose built and with clear responsibilities. No artificial boundaries that don't help something. |
84 | * Modal dialogs should be avoided. | 84 | * Modal dialogs should be avoided. |
85 | 85 | ||
86 | ## Coding Guidelines | ||
87 | * Run the tests before you push | ||