Skip to content

Commit

Permalink
Clarify expected production testing duration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbus committed Mar 16, 2017
1 parent 1a45f78 commit 688342e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/flipper-feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Process
2. In development, enable the feature in the UI (http://localhost:4567/flipper/)
3. Get your feature deployed, ensuring you mention the feature flag in the Pull
Request. Ask a flipper admin (@kytrinyx) to enable your feature.
4. Ensure everything is working in production.
4. Ensure everything is tested and working in production for a reasonable amount of
time.
5. **Important**: Create a new pull request that removes all your feature flipper's
conditionals, removing any old code the new feature replaced and all references to
your feature flag. Leaving enabled feature flags in the code increases complexity
Expand Down

0 comments on commit 688342e

Please sign in to comment.