Skip to content

Using Merge Request and Issue Templates

Templates guide contributors to provide consistent information when opening merge requests or issues.

  1. Create directories in your project:
    • .gitlab/merge_request_templates/
    • .gitlab/issue_templates/
  2. Add .md files such as Default.md with the desired content.
  3. Commit and push the templates.
  • Go to Settings > General > Merge requests or Issues.
  • Choose a default template for each type so new submissions populate automatically.
  • Include sections for context, testing, and related issues.
  • Keep templates brief and update them as processes evolve.
  • Provide naming conventions so contributors can choose the right template.