Skip to content

Clarify feature flag dev workflow across multiple MRs

Fabio Pitino requested to merge feature-flag-multi-mr-workflow into master

What does this MR do?

Our guide to using Feature Flags https://docs.gitlab.com/ee/development/feature_flags/process.html is not very clear on how to implement a feature using feature flags across multiple merge requests.

In this MR we describe how to approach the development of a complex feature using feature flags.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports