summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2018-07-20 02:40:57 +0000
committerJoshua Lambert <joshua@gitlab.com>2018-07-20 02:40:57 +0000
commit42119724eb3fb6b4266333a654c7a76dc9cdff6e (patch)
tree7c90bd36734878aa8ce3e5a6f1100ff3e081d802
parentb60364c0f377f4afdf5e96e84aba11988f4ae526 (diff)
downloadgitlab-ce-support-object-storage.tar.gz
Add a requirement when developing a feature to not require shared storagesupport-object-storage
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4a1fa39b41d..4b594b096d2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -653,6 +653,7 @@ the feature you contribute through all of these steps.
1. Working and clean code that is commented where needed
1. [Unit, integration, and system tests][testing] that pass on the CI server
1. Performance/scalability implications have been considered, addressed, and tested
+1. Shared storage must not be required (support for object storage if needed)
1. [Documented][doc-guidelines] in the `/doc` directory
1. [Changelog entry added][changelog], if necessary
1. Reviewed and any concerns are addressed