Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Optimus Prime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NetSys
Optimus Prime
Merge requests
!12
Add merge request template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add merge request template
feature/merge_request_template
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Alexandru-Mihai GHERGHESCU
requested to merge
feature/merge_request_template
into
main
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Add merge request template
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6e7bd2f6
1 commit,
1 year ago
1 file
+
54
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab/merge_request_templates/Default.md
0 → 100644
+
54
−
0
Options
# Pull Request Title
<!-- [Short description of the changes] -->
## Description
<!-- [DO NOT MODIFY] -->
Wants to merge: %{source_branch} into %{target_branch}
<!-- [Detailed explanation of the changes, why they are necessary, and any relevant context.] -->
## Type of change
<!-- [Mark the appropriate option with an "x".] -->
-
[ ] Bug fix
-
[ ] New feature
-
[ ] Enhancement
-
[ ] Documentation update
-
[ ] Other (specify right below)
## Merge request commits
<!-- [DO NOT MODIFY] -->
%{all_commits}
## Related Issues
<!-- Fixes #123, Addresses #456 -->
## Screenshots or GIFs
<!-- [Insert images or links for visual aid if applicable] -->
## Checklist
-
[ ] I have tested the code with the changes manually.
-
[ ] My code follows the project's style guidelines.
-
[ ] I have documented my code for others to understand.
-
[ ] I have updated documentation as needed (including
`README.md`
, code
comments and doc strings).
## Reviewer Guidelines
<!-- [Provide instructions or areas to focus on during the review.] -->
## Additional Notes
<!-- [Add any other relevant information or special instructions.] -->
## @mentions
<!-- @reviewer1 @reviewer2 -->
Loading