mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'add-default-mr-template' into 'master'
Add a default MR template See merge request gitlab-org/gitlab-build-images!509
This commit is contained in:
commit
5ba89661be
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