Commit 9cbe8a145ecceed0956e72bca3e01545f0071659
1 parent
ea975dcb
Add contribution-branching-model websequence diagram source
Showing
1 changed file
with
17 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,17 @@ |
1 | +#https://www.websequencediagrams.com/ | |
2 | +develop->rfc_my-first-rfc: Start RFC (create branch) | |
3 | +rfc_my-first-rfc->rfc_my-first-rfc: Work on change/create | |
4 | +rfc_my-first-rfc->contribution_another-edit-in-this-rfc: Start contribution (create branch) | |
5 | +contribution_another-edit-in-this-rfc->contribution_another-edit-in-this-rfc: Work on change | |
6 | +contribution_another-edit-in-this-rfc->rfc_my-first-rfc: Publication: create MR assign to original RFC's owner | |
7 | +rfc_my-first-rfc->contribution_another-edit-in-this-rfc: Accept/Refuse (delete contribution branch) | |
8 | +destroy contribution_another-edit-in-this-rfc | |
9 | +rfc_my-first-rfc->develop: Publication: create MR assign to dev-leader | |
10 | +develop->rfc_my-first-rfc: Accept/Refuse (delete rfc branch) | |
11 | +destroy rfc_my-first-rfc | |
12 | +develop->editorial_my-first-editorial-contribution: Start editorial change (create branch) | |
13 | +editorial_my-first-editorial-contribution->editorial_my-first-editorial-contribution: Work on change | |
14 | +editorial_my-first-editorial-contribution->develop: Publication: create MR assign to itself or dev-head | |
15 | +develop->editorial_my-first-editorial-contribution: Accept/refuse (delete editorial branch) | |
16 | +destroy editorial_my-first-editorial-contribution | |
17 | +develop->master: Publication (MR into master branch by dev-leader only) | ... | ... |