Add project MR template commit message settings to import/export
What does this MR do and why?
Adds merge_commit_template
and squash_commit_template
project settings to project export so that they are included when exporting/importing a project ad when creating a new project from a project template.
Addresses #430195 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Project template settings:
New project created from template:
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Create new group template project.
- Create new project using template.
- Review
Merge commit message template
andSquash commit message template
Merge Request setting values in new project.