Commit d63aea91 authored by Peter Leitzen's avatar Peter Leitzen

Link to Feature Flag Development from its Process Page

Point other devs to `bin/feature-flag` command which takes care of
creating the "Feature Flag Roll Out" issue.
parent 92c42c90
...@@ -24,7 +24,8 @@ should be leveraged: ...@@ -24,7 +24,8 @@ should be leveraged:
- When development of a feature will be spread across multiple merge - When development of a feature will be spread across multiple merge
requests, you can use the following workflow: requests, you can use the following workflow:
1. Introduce a feature flag which is **off** by default, in the first merge request. 1. [Create a new feature flag](development.md#create-a-new-feature-flag)
which is **off** by default, in the first merge request.
1. Submit incremental changes via one or more merge requests, ensuring that any 1. Submit incremental changes via one or more merge requests, ensuring that any
new code added can only be reached if the feature flag is **on**. new code added can only be reached if the feature flag is **on**.
You can keep the feature flag enabled on your local GDK during development. You can keep the feature flag enabled on your local GDK during development.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment