Skip to content

Import and export MR commit title templates

What does this MR do and why?

The MR adds the required keys for "Merge commit message template" and "Squash commit message template" to the import_export.yml. Addressing the issue #430195

%{first_multiline_commit}

Screenshots or screen recordings

Screen Recording of export & import after changes: https://youtu.be/i3FVETpFYP0

How to set up and validate locally

  1. Checkout branch
  2. Create test project and configure templates under Settings > Merge requests, Merge Commit & Squash commit
  3. Export project (Settings > General) and download .tar.gz
  4. Create new project by importing .tar.gz
  5. Check settings of new project

MR acceptance checklist

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

Merge request reports