summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2019-02-15 02:56:54 +0000
committerJoshua Lambert <joshua@gitlab.com>2019-02-14 22:33:46 -0500
commit85189ef715df7f9b7cb46f5556cd6eedca3de50a (patch)
tree1fb42cf989f12fd1348d303f5ca36b95405d87aa
parent422efcd8230e1559de0b0c5a478be03c4233a84d (diff)
downloadgitlab-ce-jl-update-ff-process-docs.tar.gz
Fix grammar in feature flags section, add link to docsjl-update-ff-process-docs
-rw-r--r--PROCESS.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 66602b4070d..7c3c826f921 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -113,12 +113,14 @@ corresponding exception request to be created.
A level of common sense should be applied when deciding whether to have a feature
behind a feature flag off or on by default.
-The following guideliness can be applied to help making this decision:
+The following guideliness can be applied to help make this decision:
-* If the feature is not fully ready or functioning, feature flag should be disabled by default
-* If the feature is ready but there are concerns with performance or impact, feature flag should be enabled by default but feature flag
-disabled via chatops before deploy on GitLab.com environments. If the performance concern is confirmed, the final release should have the feature disabled
-* In most other cases, feature flag can be enabled by default
+* If the feature is not fully ready or functioning, the feature flag should be disabled by default.
+* If the feature is ready but there are concerns about performance or impact, the feature flag should be enabled by default, but
+disabled via chatops before deployment on GitLab.com environments. If the performance concern is confirmed, the final release should have the feature flag disabled by default.
+* In most other cases, the feature flag can be enabled by default.
+
+For more information on rolling out changes using feature flags, read [through the documentation](https://docs.gitlab.com/ee/development/rolling_out_changes_using_feature_flags.html).
In order to build the final package and present the feature for self-hosted
customers, the feature flag should be removed. This should happen before the