mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add a default MR template
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
b48bd1af38
commit
2fd1a63977
1 changed files with 15 additions and 0 deletions
15
.gitlab/merge_request_templates/default.md
Normal file
15
.gitlab/merge_request_templates/default.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## What does this MR do and why?
|
||||
|
||||
_Describe in detail what your merge request does and why._
|
||||
|
||||
<!--
|
||||
Please keep this description updated with any discussion that takes place so
|
||||
that reviewers can understand your intent. Keeping the description updated is
|
||||
especially important if they didn't participate in the discussion.
|
||||
-->
|
||||
|
||||
## Action items
|
||||
|
||||
* [ ] Start the relevant manual jobs in the merge commit pipeline to build the images that were touched.
|
||||
|
||||
/label ~"type::maintenance" ~"maintenance::pipelines"
|
||||
Loading…
Add table
Add a link
Reference in a new issue