Skip to content

Fix broken FF rollout issue

Shinya Maeda requested to merge fix-ff-rollout-template into master

What does this MR do and why?

This MR fixes a couple of issues on the Feature Flag Rollout Issue by the recent change.

  • There is an empty line in the middle of checkboxes. This is currently causing markdown rendering issue. E.g. #340380 (closed)
  • Verification step on specific/partial rollout must come before the Incremental Rollout, because Incremental Rollout is technically a part of global rollout.
  • There is a misleading checkboxes on the actor-specific rollout !71254 (comment 690061924)

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Shinya Maeda

Merge request reports