UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Admin message
Currently supported Big Bang Version is 2.50
Show more breadcrumbs
Big Bang
bigbang
Commits
c80e7c63
Commit
c80e7c63
authored
3 years ago
by
Branden Cobb
Committed by
Micah Nagel
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Simplify MR templates
parent
12a148e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1386
Master
,
!1114
Simplify MR templates
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/merge_request_templates/general_mr.md
+19
-5
19 additions, 5 deletions
.gitlab/merge_request_templates/general_mr.md
.gitlab/merge_request_templates/package_owner.md
+17
-12
17 additions, 12 deletions
.gitlab/merge_request_templates/package_owner.md
with
36 additions
and
17 deletions
.gitlab/merge_request_templates/general_mr.md
+
19
−
5
View file @
c80e7c63
Summary
# General MR
## Summary
(Summarize the purpose of the MR)
Relevant logs/screenshots
##
Relevant logs/screenshots
(Include any relevant logs/screenshots)
/label ~label
/assign @someone
/cc @someoneelse
#### BB Processes
Add labels for affected packages so that they are deployed in CI as well as a status label:
/label ~packageX ~dependencyx ~status::doing
Be sure to assign to yourself:
/assign @yourself
Once it is ready for review switch the status and assign reviewers:
/label ~status::review
/reviewer @reviewer1 @reviewer2
This diff is collapsed.
Click to expand it.
.gitlab/merge_request_templates/package_owner.md
+
17
−
12
View file @
c80e7c63
# Package
Owner
Merge Request
# Package Merge Request
## Package Changes
What p
ackage changes
are included with this merge request? The more detail here the better!
(Describe P
ackage changes
here)
**Links to all MRs that are associated with this change are required**
.
### Package MR
If the package is set up for releases, also l
ink t
he p
ackage
release page for the new tag
here
.
(L
ink t
o P
ackage
MR
here
)
##
Additional Details
##
# For Issue
If possible, provide additional details that will help with the merge request.
Closes (link to issue here)
Known issues or expected conflicts?
Also, include any issues closed with "Closes #ISSUE_NUMBER". See example:
#### BB Processes
Closes #ISSUE_NUMBER
Add labels for affected packages so that they are deployed in CI as well as a status label:
Add any labels for affected packages so that they are deployed in CI. See example:
/label ~packageX ~dependencyx ~status::doing
/label ~packageX
Be sure to assign to yourself:
Once the MR is ready for review also add the
`status::review`
label.
/assign @yourself
Once it is ready for review switch the status and assign reviewers:
/label ~status::review
/reviewer @reviewer1 @reviewer2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment