Skip to content

Pull Requests, Risks and Feature Flags

0xean edited this page Jan 29, 2024 · 2 revisions

Pull Requests and Feature Flags

Each feature flag in the codebase should have a corresponding label in GitHub that is added to all related Pull Requests. Later when a PR enabling the feature flag is raised these can be used to reference all the associated PRs. All PRs / code pertaining to the feature flag should be reviewed at this time to ensure that there are no dangling TODOs or loose ends that need to be resolved.