[go: up one dir, main page]

Skip to content

Add template selection to git push options

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

It would be nice to add an option to choose an MR template when creating a merge request using Git push options https://docs.gitlab.com/ee/user/project/push_options.html#push-options-for-merge-requests. For example:

git push \
  -o merge_request.create \
  -o merge_request.template=".gitlab/merge_requests_templates/template.md"
Edited by 🤖 GitLab Bot 🤖