How to
How to Implement Production-Ready Feature Flag Change Requests
Change requests or approvals help protect your feature flag changes by applying the four-eyes principle, also known as the two-person rule. This means that instead of making changes to your flag configuration directly, someone else must approve them first. Think of change requests for feature flags like pull requests for code. Not everyone uses them, […]