summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-23 23:38:17 +0000
committerEvan Read <eread@gitlab.com>2018-10-23 23:38:17 +0000
commitd240364398b5c74ef95b7516d3b4967755582a3a (patch)
tree031a9c2f6ae215a1177abfe490f52632d061e5e3
parente8a43e77d9d9015a25cf1b0824c77dde326ed9fe (diff)
downloadgitlab-ce-d240364398b5c74ef95b7516d3b4967755582a3a.tar.gz
Add instructions on how to enable a feature flag
-rw-r--r--doc/development/feature_flags.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md
index 0f1f079bdb4..350593cc813 100644
--- a/doc/development/feature_flags.md
+++ b/doc/development/feature_flags.md
@@ -112,3 +112,8 @@ feature flag. You can stub a feature flag as follows:
```ruby
stub_feature_flags(my_feature_flag: false)
```
+
+## Enabling a feature flag
+
+Check how to [roll out changes using feature flags](rolling_out_changes_using_feature_flags.md).
+