summaryrefslogtreecommitdiff
path: root/doc/development/feature_flags/index.md
blob: 56872f8c075e6b75759c32e22a465fd9dda10f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Feature flags in development of GitLab

Feature flags can be used to gradually roll out changes, be
it a new feature, or a performance improvement. By using feature flags, we can
comfortably measure the impact of our changes, while still being able to easily
disable those changes, without having to revert an entire release.

Before using feature flags for GitLab's development, read through the following:

- [Process for using features flags](process.md).
- [Developing with feature flags documentation](development.md).
- [Controlling feature flags documentation](controls.md).