Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Contribution Procedure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Specification Tools
Contribution Procedure
Commits
b3ab1e70
Commit
b3ab1e70
authored
2 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Initial procedure draft
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
simplified-process.md
+49
-0
49 additions, 0 deletions
simplified-process.md
with
49 additions
and
0 deletions
simplified-process.md
0 → 100644
+
49
−
0
View file @
b3ab1e70
```
mermaid
graph TB
start("Start")
reserve["Reserve 'contribution name' in portal"]
createBranch["Create contribution branch<br />named as 'contribution name' "]
submitChanges["Submit/update changes<br />to contribution branch"]
hasComments["If public,<br />comments might already be provided"]
isReady{"Is contribution<br />ready?"}
reject["Declare rejected"]
approve["Declare approved"]
revision("WG discuss contribution")
approval{"Is contribution<br />approved?"}
submitContrib["Create Merge-request<br />named as contribution branch"]
blockContribution["Lock contribution branch"]
unlockMR["Unlock contribution branch"]
uploadCR["Upload CR to portal<br />(autogenerated in Merge-request)"]
reviseContrib["Rename Merge-request<br />to add revision number"]
existsMR{"Does a Merge-request<br />exists?"}
closeMR["Close Merge-request"]
applyMR["Apply Merge-request"]
newBaseline{"New baseline?"}
makeBaseline["Tag release branch"]
stop("Stop")
start-->reserve
reserve-->createBranch
createBranch-->submitChanges
hasComments-->submitChanges
submitChanges-->isReady
isReady--Ready-->blockContribution
blockContribution-->existsMR
existsMR--Yes-->uploadCR
existsMR--No-->submitContrib
isReady--"comments or not finished"-->submitChanges
uploadCR-->revision
submitContrib-->uploadCR
revision-->approval
approval--Yes-->approve
approval--No-->reject
approve-->applyMR
approval--"Revision required"-->reviseContrib
reviseContrib-->unlockMR
unlockMR-->submitChanges
reject-->closeMR
closeMR-->stop
applyMR-->newBaseline
newBaseline--Yes-->makeBaseline
newBaseline--No-->stop
```
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