Skip to content

Add a custom commit message when applying a suggested change (FE)

What does this MR do?

This MR adds the ability to define a custom commit message when applying a suggested change.

This MR is part of a number of iterations towards delivering #25381 (closed).

Note: changes in this MR are behind the suggestions_custom_commit feature flag.

To enable the feature flag:

  1. Run rails c in the project root.
  2. Run Feature.enable(:suggestions_custom_commit) in the rails console.

Screenshots

Apply suggestion:

Screenshot_2020-12-03_at_10.35.16

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #25381 (closed)

Edited by Jacques Erasmus

Merge request reports