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
f7e4f709
Commit
f7e4f709
authored
2 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Add colors for gitlab actions
parent
42442729
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
simplified-process.md
+3
-0
3 additions, 0 deletions
simplified-process.md
with
3 additions
and
0 deletions
simplified-process.md
+
3
−
0
View file @
f7e4f709
```
mermaid
```
mermaid
graph TB
graph TB
classDef gitlab fill:#f90,stroke:#333,stroke-width:3px
start("Start")
start("Start")
reserve["Reserve 'contribution name' in portal"]
reserve["Reserve 'contribution name' in portal"]
createBranch["Create contribution branch<br />named as 'contribution name' "]
createBranch["Create contribution branch<br />named as 'contribution name' "]
...
@@ -23,6 +24,7 @@ graph TB
...
@@ -23,6 +24,7 @@ graph TB
stop("Stop")
stop("Stop")
conflict{"Is there any conflict?"}
conflict{"Is there any conflict?"}
fixConflict["Rebase contribution branch/fix conflict"]
fixConflict["Rebase contribution branch/fix conflict"]
class createBranch,submitChanges,blockContribution,submitContrib,unlockMR,reviseContrib,applyMR,fixConflict,makeBaseline,closeMR gitlab;
start-->reserve
start-->reserve
reserve-->createBranch
reserve-->createBranch
createBranch-->submitChanges
createBranch-->submitChanges
...
@@ -51,5 +53,6 @@ graph TB
...
@@ -51,5 +53,6 @@ graph TB
newBaseline--Yes-->makeBaseline
newBaseline--Yes-->makeBaseline
newBaseline--No-->stop
newBaseline--No-->stop
makeBaseline-->stop
makeBaseline-->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