Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-24 02:38:17 +0300
committerEvan Read <eread@gitlab.com>2018-10-24 02:38:17 +0300
commitd240364398b5c74ef95b7516d3b4967755582a3a (patch)
tree031a9c2f6ae215a1177abfe490f52632d061e5e3 /doc
parente8a43e77d9d9015a25cf1b0824c77dde326ed9fe (diff)
Add instructions on how to enable a feature flag
Diffstat (limited to 'doc')
-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).
+