How do I add a merge request template to my repo?

  • Page Owner: Not Set
  • Last Reviewed: 2020-07-28

I'd like to add a default merge request template, how can I do that?


Answer

Create a folder called .gitlab/merge_request_templates/ within your project root. Here you can add markdown files that will be processed as the merge request templates. Here's an example default file.

default.md

**Have you reviewed these changes?**

**Link to ticket:**

**Post Deploy Build steps** 

Comments

  • Neat! If you can have a default file, what other files can you have? Do you get to pick a template when you create an MR or something?