Merge ~paelzer/+git/distro-skill-tree:minor-initial-fixups into ~rpocase/+git/distro-skill-tree:main

Proposed by Christian Ehrhardt 
Status: Merged
Merged at revision: 788c78142050004b03a5be9f38543ab93012f813
Proposed branch: ~paelzer/+git/distro-skill-tree:minor-initial-fixups
Merge into: ~rpocase/+git/distro-skill-tree:main
Diff against target: 772 lines (+478/-200)
2 files modified
packaging.d2 (+145/-44)
packaging.svg (+333/-156)
Reviewer Review Type Date Requested Status
Robby Pocase Approve
Review via email: mp+443540@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Robby Pocase (rpocase) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/packaging.d2 b/packaging.d2
2index 71896c4..2e465b2 100644
3--- a/packaging.d2
4+++ b/packaging.d2
5@@ -1,80 +1,181 @@
6 Paths to Distro Contribution: {
7 basics: Basics {
8- concepts: {
9- link: https://github.com/canonical/ubuntu-maintainers-handbook
10- shape: circle
11- }
12- git-ubuntu: {
13- shape: circle
14+ study: Initial Studies {
15+ concepts: {
16+ link: https://github.com/canonical/ubuntu-maintainers-handbook
17+ shape: hexagon
18+ }
19+ git-ubuntu: {
20+ shape: hexagon
21+ }
22+ debian: Debian Policy {
23+ link: https://www.debian.org/doc/debian-policy/
24+ shape: hexagon
25+ }
26 }
27- deb8tests: {
28- shape: circle
29+
30+ start: Initial tasks {
31+ bsb: Bite Sized Bugs {
32+ shape: circle
33+ }
34+ tmerges: Trivial Package Merges {
35+ shape: circle
36+ }
37 }
38+
39+ study -> start
40 }
41
42 intermediate: {
43- bsb: Bite Sized Bugs {
44+ dep8tests: Understand dep-8 {
45+ link: https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst # how to specify tests
46+ shape: hexagon
47+ }
48+ autopkgtests: Add Autopkgtests {
49+ link: https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md # ppa-based-autopkgtest-testing
50 shape: circle
51 }
52- merges: Package Merges {
53+ dep8tests -> autopkgtests
54+
55+ cmerges: Complex Package Merges {
56 shape: circle
57 }
58- autopkgtests: {
59- link: https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md # ppa-based-autopkgtest-testing
60+ propose-migration: Propose Migration {
61+ link: https://wiki.ubuntu.com/ProposedMigration
62+ shape: circle
63+ }
64+ cmerges -> propose-migration
65+
66+ SRU: {
67+ link: https://wiki.ubuntu.com/StableReleaseUpdates
68+ shape: hexagon
69+ }
70+ doSRU: Do SRUs {
71 shape: circle
72 }
73- merges -> autopkgtests
74- bsb -> autopkgtests
75+ SRU -> doSRU
76 }
77+
78 advanced: Advanced {
79- mir: MIR {
80+ up-dev: Upstream Subimssions of Fixes / Features {
81 shape: circle
82 }
83- seeds: {
84+ up-delta: Upstream Subimssions of Delta {
85 shape: circle
86 }
87- mir -> seeds
88
89- FFE: {shape: circle}
90- SRU: {shape: circle}
91- }
92+ FFE: {
93+ link: https://wiki.ubuntu.com/FreezeExceptionProcess
94+ shape: hexagon
95+ }
96+ doFFE: Do an FFE {
97+ shape: circle
98+ }
99+ FFE -> doFFE
100
101- maintenance: +1 {
102- shape: circle
103- }
104+ plusonelearn: +1 {
105+ link: https://wiki.ubuntu.com/PlusOneMaintenanceTeam
106+ shape: hexagon
107+ }
108+ plusoneshadow: +1 Shadowing {
109+ shape: circle
110+ }
111+ plusonelearn -> plusoneshadow
112
113- transitions: {
114- shape: Circle
115+ milestones: Milestones and Exceptions {
116+ shape: circle
117+ }
118 }
119
120- milestones: Milestones and Exceptions {
121- shape: circle
122+ debian: Optional activty in Debian {
123+ contribute: {
124+ link: https://www.debian.org/doc/manuals/maint-guide/
125+ shape: circle
126+ }
127+ DM: {
128+ link: https://wiki.debian.org/DebianMaintainer
129+ shape: diamond
130+ }
131+ DD: {
132+ link: https://wiki.debian.org/DebianDeveloper
133+ shape: diamond
134+ }
135+ contribute -> DM
136+ DM -> DD
137 }
138
139- propose-migration: Propose Migration {
140- shape: circle
141+ expert: Expert {
142+ ltransitions: Library Transitions {
143+ link: https://wiki.debian.org/Teams/ReleaseTeam/Transitions
144+ shape: hexagon
145+ }
146+ ptransitions: Package Transitions {
147+ link: https://wiki.debian.org/PackageTransition
148+ shape: hexagon
149+ }
150+ doltransitions: Library Transitions {
151+ link: https://wiki.debian.org/Teams/ReleaseTeam/Transitions
152+ shape: Circle
153+ }
154+ doptransitions: Package Transitions {
155+ link: https://wiki.debian.org/PackageTransition
156+ shape: Circle
157+ }
158+ ltransitions -> doltransitions
159+ ptransitions -> doptransitions
160+
161+ smir: Study MIR {
162+ link: https://github.com/canonical/ubuntu-mir/edit/main/README.md
163+ shape: hexagon
164+ }
165+ mir: Do a MIR {
166+ shape: circle
167+ }
168+ seeds: Seed change {
169+ shape: circle
170+ }
171+ smir -> seeds
172+ smir -> mir
173 }
174
175+ ready: Team / Mentor says Ready for more {
176+ shape: diamond
177+ }
178+ upload: PPU or Group Upload {
179+ shape: diamond
180+ }
181 motu: {
182- shape: circle
183+ shape: diamond
184 link: https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInMOTU.md
185 }
186-
187 core: Core Developer {
188- shape: circle
189+ shape: diamond
190 link: https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInCoreDev.md
191 }
192
193- basics -> intermediate
194- intermediate -> advanced
195- advanced -> maintenance
196-
197- milestones -> motu
198- milestones -> core
199- transitions -> core
200- propose-migration -> motu
201- propose-migration -> core
202- maintenance -> motu
203- maintenance -> core
204- motu -> core
205+ duties {
206+ plusone: +1 {
207+ shape: circle
208+ }
209+ sponsoring: Sponsoring {
210+ shape: circle
211+ }
212+ mentoring: Mentoring {
213+ shape: circle
214+ }
215+ }
216+
217+ basics -> ready
218+ ready -> intermediate
219+ intermediate -> upload
220+ upload -> advanced
221+ advanced -> motu
222+ advanced -> debian
223+ motu -> expert
224+ expert -> core
225+ core -> duties
226+
227+ intermediate -> intermediate: Rack up enough to apply for Package or Group uploads
228+ advanced -> advanced: Rack up enough of this and all of the above to apply for Motu
229+ expert -> expert: Rack up enough of this and all of the above to apply for Core-dev
230 }
231diff --git a/packaging.svg b/packaging.svg
232index f7e00d6..e49b11c 100644
233--- a/packaging.svg
234+++ b/packaging.svg
235@@ -1,13 +1,20 @@
236-<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.4.2" preserveAspectRatio="xMinYMin meet" viewBox="0 0 998 2367"><svg id="d2-svg" class="d2-3154770884" width="998" height="2367" viewBox="11 11 998 2367"><rect x="11.000000" y="11.000000" width="998.000000" height="2367.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
237+<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.4.2" preserveAspectRatio="xMinYMin meet" viewBox="0 0 2542 4368"><svg id="d2-svg" class="d2-1098765491" width="2542" height="4368" viewBox="11 11 2542 4368"><rect x="11.000000" y="11.000000" width="2542.000000" height="4368.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
238 .appendix-icon {
239 filter: drop-shadow(0px 0px 32px rgba(31, 36, 58, 0.1));
240 }
241-.d2-3154770884 .text-mono {
242- font-family: "d2-3154770884-font-mono";
243+.d2-1098765491 .text-mono {
244+ font-family: "d2-1098765491-font-mono";
245 }
246 @font-face {
247- font-family: d2-3154770884-font-mono;
248- src: url("data:application/font-woff;base64,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");
249+ font-family: d2-1098765491-font-mono;
250+ src: url("data:application/font-woff;base64,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");
251+}
252+.d2-1098765491 .text-mono-italic {
253+ font-family: "d2-1098765491-font-mono-italic";
254+}
255+@font-face {
256+ font-family: d2-1098765491-font-mono-italic;
257+ src: url("data:application/font-woff;base64,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");
258 }]]></style><style type="text/css"><![CDATA[.shape {
259 shape-rendering: geometricPrecision;
260 stroke-linejoin: round;
261@@ -21,150 +28,150 @@
262 opacity: 0.5;
263 }
264
265- .d2-3154770884 .fill-N1{fill:#000410;}
266- .d2-3154770884 .fill-N2{fill:#0000B8;}
267- .d2-3154770884 .fill-N3{fill:#9499AB;}
268- .d2-3154770884 .fill-N4{fill:#CFD2DD;}
269- .d2-3154770884 .fill-N5{fill:#C3DEF3;}
270- .d2-3154770884 .fill-N6{fill:#EEF1F8;}
271- .d2-3154770884 .fill-N7{fill:#FFFFFF;}
272- .d2-3154770884 .fill-B1{fill:#000410;}
273- .d2-3154770884 .fill-B2{fill:#0000E4;}
274- .d2-3154770884 .fill-B3{fill:#5AA4DC;}
275- .d2-3154770884 .fill-B4{fill:#E7E9EE;}
276- .d2-3154770884 .fill-B5{fill:#F5F6F9;}
277- .d2-3154770884 .fill-B6{fill:#FFFFFF;}
278- .d2-3154770884 .fill-AA2{fill:#008566;}
279- .d2-3154770884 .fill-AA4{fill:#45BBA5;}
280- .d2-3154770884 .fill-AA5{fill:#7ACCBD;}
281- .d2-3154770884 .fill-AB4{fill:#F1C759;}
282- .d2-3154770884 .fill-AB5{fill:#F9E088;}
283- .d2-3154770884 .stroke-N1{stroke:#000410;}
284- .d2-3154770884 .stroke-N2{stroke:#0000B8;}
285- .d2-3154770884 .stroke-N3{stroke:#9499AB;}
286- .d2-3154770884 .stroke-N4{stroke:#CFD2DD;}
287- .d2-3154770884 .stroke-N5{stroke:#C3DEF3;}
288- .d2-3154770884 .stroke-N6{stroke:#EEF1F8;}
289- .d2-3154770884 .stroke-N7{stroke:#FFFFFF;}
290- .d2-3154770884 .stroke-B1{stroke:#000410;}
291- .d2-3154770884 .stroke-B2{stroke:#0000E4;}
292- .d2-3154770884 .stroke-B3{stroke:#5AA4DC;}
293- .d2-3154770884 .stroke-B4{stroke:#E7E9EE;}
294- .d2-3154770884 .stroke-B5{stroke:#F5F6F9;}
295- .d2-3154770884 .stroke-B6{stroke:#FFFFFF;}
296- .d2-3154770884 .stroke-AA2{stroke:#008566;}
297- .d2-3154770884 .stroke-AA4{stroke:#45BBA5;}
298- .d2-3154770884 .stroke-AA5{stroke:#7ACCBD;}
299- .d2-3154770884 .stroke-AB4{stroke:#F1C759;}
300- .d2-3154770884 .stroke-AB5{stroke:#F9E088;}
301- .d2-3154770884 .background-color-N1{background-color:#000410;}
302- .d2-3154770884 .background-color-N2{background-color:#0000B8;}
303- .d2-3154770884 .background-color-N3{background-color:#9499AB;}
304- .d2-3154770884 .background-color-N4{background-color:#CFD2DD;}
305- .d2-3154770884 .background-color-N5{background-color:#C3DEF3;}
306- .d2-3154770884 .background-color-N6{background-color:#EEF1F8;}
307- .d2-3154770884 .background-color-N7{background-color:#FFFFFF;}
308- .d2-3154770884 .background-color-B1{background-color:#000410;}
309- .d2-3154770884 .background-color-B2{background-color:#0000E4;}
310- .d2-3154770884 .background-color-B3{background-color:#5AA4DC;}
311- .d2-3154770884 .background-color-B4{background-color:#E7E9EE;}
312- .d2-3154770884 .background-color-B5{background-color:#F5F6F9;}
313- .d2-3154770884 .background-color-B6{background-color:#FFFFFF;}
314- .d2-3154770884 .background-color-AA2{background-color:#008566;}
315- .d2-3154770884 .background-color-AA4{background-color:#45BBA5;}
316- .d2-3154770884 .background-color-AA5{background-color:#7ACCBD;}
317- .d2-3154770884 .background-color-AB4{background-color:#F1C759;}
318- .d2-3154770884 .background-color-AB5{background-color:#F9E088;}
319- .d2-3154770884 .color-N1{color:#000410;}
320- .d2-3154770884 .color-N2{color:#0000B8;}
321- .d2-3154770884 .color-N3{color:#9499AB;}
322- .d2-3154770884 .color-N4{color:#CFD2DD;}
323- .d2-3154770884 .color-N5{color:#C3DEF3;}
324- .d2-3154770884 .color-N6{color:#EEF1F8;}
325- .d2-3154770884 .color-N7{color:#FFFFFF;}
326- .d2-3154770884 .color-B1{color:#000410;}
327- .d2-3154770884 .color-B2{color:#0000E4;}
328- .d2-3154770884 .color-B3{color:#5AA4DC;}
329- .d2-3154770884 .color-B4{color:#E7E9EE;}
330- .d2-3154770884 .color-B5{color:#F5F6F9;}
331- .d2-3154770884 .color-B6{color:#FFFFFF;}
332- .d2-3154770884 .color-AA2{color:#008566;}
333- .d2-3154770884 .color-AA4{color:#45BBA5;}
334- .d2-3154770884 .color-AA5{color:#7ACCBD;}
335- .d2-3154770884 .color-AB4{color:#F1C759;}
336- .d2-3154770884 .color-AB5{color:#F9E088;}.appendix text.text{fill:#000410}.md{--color-fg-default:#000410;--color-fg-muted:#0000B8;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#000410;--color-border-muted:#0000E4;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0000E4;--color-accent-emphasis:#0000E4;--color-attention-subtle:#0000B8;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AA5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AB4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AB5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}@media screen and (prefers-color-scheme:dark){
337- .d2-3154770884 .fill-N1{fill:#CDD6F4;}
338- .d2-3154770884 .fill-N2{fill:#BAC2DE;}
339- .d2-3154770884 .fill-N3{fill:#A6ADC8;}
340- .d2-3154770884 .fill-N4{fill:#585B70;}
341- .d2-3154770884 .fill-N5{fill:#45475A;}
342- .d2-3154770884 .fill-N6{fill:#313244;}
343- .d2-3154770884 .fill-N7{fill:#1E1E2E;}
344- .d2-3154770884 .fill-B1{fill:#CBA6f7;}
345- .d2-3154770884 .fill-B2{fill:#CBA6f7;}
346- .d2-3154770884 .fill-B3{fill:#6C7086;}
347- .d2-3154770884 .fill-B4{fill:#585B70;}
348- .d2-3154770884 .fill-B5{fill:#45475A;}
349- .d2-3154770884 .fill-B6{fill:#313244;}
350- .d2-3154770884 .fill-AA2{fill:#f38BA8;}
351- .d2-3154770884 .fill-AA4{fill:#45475A;}
352- .d2-3154770884 .fill-AA5{fill:#313244;}
353- .d2-3154770884 .fill-AB4{fill:#45475A;}
354- .d2-3154770884 .fill-AB5{fill:#313244;}
355- .d2-3154770884 .stroke-N1{stroke:#CDD6F4;}
356- .d2-3154770884 .stroke-N2{stroke:#BAC2DE;}
357- .d2-3154770884 .stroke-N3{stroke:#A6ADC8;}
358- .d2-3154770884 .stroke-N4{stroke:#585B70;}
359- .d2-3154770884 .stroke-N5{stroke:#45475A;}
360- .d2-3154770884 .stroke-N6{stroke:#313244;}
361- .d2-3154770884 .stroke-N7{stroke:#1E1E2E;}
362- .d2-3154770884 .stroke-B1{stroke:#CBA6f7;}
363- .d2-3154770884 .stroke-B2{stroke:#CBA6f7;}
364- .d2-3154770884 .stroke-B3{stroke:#6C7086;}
365- .d2-3154770884 .stroke-B4{stroke:#585B70;}
366- .d2-3154770884 .stroke-B5{stroke:#45475A;}
367- .d2-3154770884 .stroke-B6{stroke:#313244;}
368- .d2-3154770884 .stroke-AA2{stroke:#f38BA8;}
369- .d2-3154770884 .stroke-AA4{stroke:#45475A;}
370- .d2-3154770884 .stroke-AA5{stroke:#313244;}
371- .d2-3154770884 .stroke-AB4{stroke:#45475A;}
372- .d2-3154770884 .stroke-AB5{stroke:#313244;}
373- .d2-3154770884 .background-color-N1{background-color:#CDD6F4;}
374- .d2-3154770884 .background-color-N2{background-color:#BAC2DE;}
375- .d2-3154770884 .background-color-N3{background-color:#A6ADC8;}
376- .d2-3154770884 .background-color-N4{background-color:#585B70;}
377- .d2-3154770884 .background-color-N5{background-color:#45475A;}
378- .d2-3154770884 .background-color-N6{background-color:#313244;}
379- .d2-3154770884 .background-color-N7{background-color:#1E1E2E;}
380- .d2-3154770884 .background-color-B1{background-color:#CBA6f7;}
381- .d2-3154770884 .background-color-B2{background-color:#CBA6f7;}
382- .d2-3154770884 .background-color-B3{background-color:#6C7086;}
383- .d2-3154770884 .background-color-B4{background-color:#585B70;}
384- .d2-3154770884 .background-color-B5{background-color:#45475A;}
385- .d2-3154770884 .background-color-B6{background-color:#313244;}
386- .d2-3154770884 .background-color-AA2{background-color:#f38BA8;}
387- .d2-3154770884 .background-color-AA4{background-color:#45475A;}
388- .d2-3154770884 .background-color-AA5{background-color:#313244;}
389- .d2-3154770884 .background-color-AB4{background-color:#45475A;}
390- .d2-3154770884 .background-color-AB5{background-color:#313244;}
391- .d2-3154770884 .color-N1{color:#CDD6F4;}
392- .d2-3154770884 .color-N2{color:#BAC2DE;}
393- .d2-3154770884 .color-N3{color:#A6ADC8;}
394- .d2-3154770884 .color-N4{color:#585B70;}
395- .d2-3154770884 .color-N5{color:#45475A;}
396- .d2-3154770884 .color-N6{color:#313244;}
397- .d2-3154770884 .color-N7{color:#1E1E2E;}
398- .d2-3154770884 .color-B1{color:#CBA6f7;}
399- .d2-3154770884 .color-B2{color:#CBA6f7;}
400- .d2-3154770884 .color-B3{color:#6C7086;}
401- .d2-3154770884 .color-B4{color:#585B70;}
402- .d2-3154770884 .color-B5{color:#45475A;}
403- .d2-3154770884 .color-B6{color:#313244;}
404- .d2-3154770884 .color-AA2{color:#f38BA8;}
405- .d2-3154770884 .color-AA4{color:#45475A;}
406- .d2-3154770884 .color-AA5{color:#313244;}
407- .d2-3154770884 .color-AB4{color:#45475A;}
408- .d2-3154770884 .color-AB5{color:#313244;}.appendix text.text{fill:#CDD6F4}.md{--color-fg-default:#CDD6F4;--color-fg-muted:#BAC2DE;--color-fg-subtle:#A6ADC8;--color-canvas-default:#1E1E2E;--color-canvas-subtle:#313244;--color-border-default:#CBA6f7;--color-border-muted:#CBA6f7;--color-neutral-muted:#313244;--color-accent-fg:#CBA6f7;--color-accent-emphasis:#CBA6f7;--color-attention-subtle:#BAC2DE;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B2{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B3{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-B4{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-B5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B6{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AA2{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AA4{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AA5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AB4{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AB5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N1{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N2{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N6{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N7{fill:url(#streaks-darker);mix-blend-mode:lighten}.light-code{display: none}.dark-code{display: block}}]]></style><style type="text/css"><![CDATA[
409+ .d2-1098765491 .fill-N1{fill:#000410;}
410+ .d2-1098765491 .fill-N2{fill:#0000B8;}
411+ .d2-1098765491 .fill-N3{fill:#9499AB;}
412+ .d2-1098765491 .fill-N4{fill:#CFD2DD;}
413+ .d2-1098765491 .fill-N5{fill:#C3DEF3;}
414+ .d2-1098765491 .fill-N6{fill:#EEF1F8;}
415+ .d2-1098765491 .fill-N7{fill:#FFFFFF;}
416+ .d2-1098765491 .fill-B1{fill:#000410;}
417+ .d2-1098765491 .fill-B2{fill:#0000E4;}
418+ .d2-1098765491 .fill-B3{fill:#5AA4DC;}
419+ .d2-1098765491 .fill-B4{fill:#E7E9EE;}
420+ .d2-1098765491 .fill-B5{fill:#F5F6F9;}
421+ .d2-1098765491 .fill-B6{fill:#FFFFFF;}
422+ .d2-1098765491 .fill-AA2{fill:#008566;}
423+ .d2-1098765491 .fill-AA4{fill:#45BBA5;}
424+ .d2-1098765491 .fill-AA5{fill:#7ACCBD;}
425+ .d2-1098765491 .fill-AB4{fill:#F1C759;}
426+ .d2-1098765491 .fill-AB5{fill:#F9E088;}
427+ .d2-1098765491 .stroke-N1{stroke:#000410;}
428+ .d2-1098765491 .stroke-N2{stroke:#0000B8;}
429+ .d2-1098765491 .stroke-N3{stroke:#9499AB;}
430+ .d2-1098765491 .stroke-N4{stroke:#CFD2DD;}
431+ .d2-1098765491 .stroke-N5{stroke:#C3DEF3;}
432+ .d2-1098765491 .stroke-N6{stroke:#EEF1F8;}
433+ .d2-1098765491 .stroke-N7{stroke:#FFFFFF;}
434+ .d2-1098765491 .stroke-B1{stroke:#000410;}
435+ .d2-1098765491 .stroke-B2{stroke:#0000E4;}
436+ .d2-1098765491 .stroke-B3{stroke:#5AA4DC;}
437+ .d2-1098765491 .stroke-B4{stroke:#E7E9EE;}
438+ .d2-1098765491 .stroke-B5{stroke:#F5F6F9;}
439+ .d2-1098765491 .stroke-B6{stroke:#FFFFFF;}
440+ .d2-1098765491 .stroke-AA2{stroke:#008566;}
441+ .d2-1098765491 .stroke-AA4{stroke:#45BBA5;}
442+ .d2-1098765491 .stroke-AA5{stroke:#7ACCBD;}
443+ .d2-1098765491 .stroke-AB4{stroke:#F1C759;}
444+ .d2-1098765491 .stroke-AB5{stroke:#F9E088;}
445+ .d2-1098765491 .background-color-N1{background-color:#000410;}
446+ .d2-1098765491 .background-color-N2{background-color:#0000B8;}
447+ .d2-1098765491 .background-color-N3{background-color:#9499AB;}
448+ .d2-1098765491 .background-color-N4{background-color:#CFD2DD;}
449+ .d2-1098765491 .background-color-N5{background-color:#C3DEF3;}
450+ .d2-1098765491 .background-color-N6{background-color:#EEF1F8;}
451+ .d2-1098765491 .background-color-N7{background-color:#FFFFFF;}
452+ .d2-1098765491 .background-color-B1{background-color:#000410;}
453+ .d2-1098765491 .background-color-B2{background-color:#0000E4;}
454+ .d2-1098765491 .background-color-B3{background-color:#5AA4DC;}
455+ .d2-1098765491 .background-color-B4{background-color:#E7E9EE;}
456+ .d2-1098765491 .background-color-B5{background-color:#F5F6F9;}
457+ .d2-1098765491 .background-color-B6{background-color:#FFFFFF;}
458+ .d2-1098765491 .background-color-AA2{background-color:#008566;}
459+ .d2-1098765491 .background-color-AA4{background-color:#45BBA5;}
460+ .d2-1098765491 .background-color-AA5{background-color:#7ACCBD;}
461+ .d2-1098765491 .background-color-AB4{background-color:#F1C759;}
462+ .d2-1098765491 .background-color-AB5{background-color:#F9E088;}
463+ .d2-1098765491 .color-N1{color:#000410;}
464+ .d2-1098765491 .color-N2{color:#0000B8;}
465+ .d2-1098765491 .color-N3{color:#9499AB;}
466+ .d2-1098765491 .color-N4{color:#CFD2DD;}
467+ .d2-1098765491 .color-N5{color:#C3DEF3;}
468+ .d2-1098765491 .color-N6{color:#EEF1F8;}
469+ .d2-1098765491 .color-N7{color:#FFFFFF;}
470+ .d2-1098765491 .color-B1{color:#000410;}
471+ .d2-1098765491 .color-B2{color:#0000E4;}
472+ .d2-1098765491 .color-B3{color:#5AA4DC;}
473+ .d2-1098765491 .color-B4{color:#E7E9EE;}
474+ .d2-1098765491 .color-B5{color:#F5F6F9;}
475+ .d2-1098765491 .color-B6{color:#FFFFFF;}
476+ .d2-1098765491 .color-AA2{color:#008566;}
477+ .d2-1098765491 .color-AA4{color:#45BBA5;}
478+ .d2-1098765491 .color-AA5{color:#7ACCBD;}
479+ .d2-1098765491 .color-AB4{color:#F1C759;}
480+ .d2-1098765491 .color-AB5{color:#F9E088;}.appendix text.text{fill:#000410}.md{--color-fg-default:#000410;--color-fg-muted:#0000B8;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#000410;--color-border-muted:#0000E4;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0000E4;--color-accent-emphasis:#0000E4;--color-attention-subtle:#0000B8;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AA5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AB4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AB5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}@media screen and (prefers-color-scheme:dark){
481+ .d2-1098765491 .fill-N1{fill:#CDD6F4;}
482+ .d2-1098765491 .fill-N2{fill:#BAC2DE;}
483+ .d2-1098765491 .fill-N3{fill:#A6ADC8;}
484+ .d2-1098765491 .fill-N4{fill:#585B70;}
485+ .d2-1098765491 .fill-N5{fill:#45475A;}
486+ .d2-1098765491 .fill-N6{fill:#313244;}
487+ .d2-1098765491 .fill-N7{fill:#1E1E2E;}
488+ .d2-1098765491 .fill-B1{fill:#CBA6f7;}
489+ .d2-1098765491 .fill-B2{fill:#CBA6f7;}
490+ .d2-1098765491 .fill-B3{fill:#6C7086;}
491+ .d2-1098765491 .fill-B4{fill:#585B70;}
492+ .d2-1098765491 .fill-B5{fill:#45475A;}
493+ .d2-1098765491 .fill-B6{fill:#313244;}
494+ .d2-1098765491 .fill-AA2{fill:#f38BA8;}
495+ .d2-1098765491 .fill-AA4{fill:#45475A;}
496+ .d2-1098765491 .fill-AA5{fill:#313244;}
497+ .d2-1098765491 .fill-AB4{fill:#45475A;}
498+ .d2-1098765491 .fill-AB5{fill:#313244;}
499+ .d2-1098765491 .stroke-N1{stroke:#CDD6F4;}
500+ .d2-1098765491 .stroke-N2{stroke:#BAC2DE;}
501+ .d2-1098765491 .stroke-N3{stroke:#A6ADC8;}
502+ .d2-1098765491 .stroke-N4{stroke:#585B70;}
503+ .d2-1098765491 .stroke-N5{stroke:#45475A;}
504+ .d2-1098765491 .stroke-N6{stroke:#313244;}
505+ .d2-1098765491 .stroke-N7{stroke:#1E1E2E;}
506+ .d2-1098765491 .stroke-B1{stroke:#CBA6f7;}
507+ .d2-1098765491 .stroke-B2{stroke:#CBA6f7;}
508+ .d2-1098765491 .stroke-B3{stroke:#6C7086;}
509+ .d2-1098765491 .stroke-B4{stroke:#585B70;}
510+ .d2-1098765491 .stroke-B5{stroke:#45475A;}
511+ .d2-1098765491 .stroke-B6{stroke:#313244;}
512+ .d2-1098765491 .stroke-AA2{stroke:#f38BA8;}
513+ .d2-1098765491 .stroke-AA4{stroke:#45475A;}
514+ .d2-1098765491 .stroke-AA5{stroke:#313244;}
515+ .d2-1098765491 .stroke-AB4{stroke:#45475A;}
516+ .d2-1098765491 .stroke-AB5{stroke:#313244;}
517+ .d2-1098765491 .background-color-N1{background-color:#CDD6F4;}
518+ .d2-1098765491 .background-color-N2{background-color:#BAC2DE;}
519+ .d2-1098765491 .background-color-N3{background-color:#A6ADC8;}
520+ .d2-1098765491 .background-color-N4{background-color:#585B70;}
521+ .d2-1098765491 .background-color-N5{background-color:#45475A;}
522+ .d2-1098765491 .background-color-N6{background-color:#313244;}
523+ .d2-1098765491 .background-color-N7{background-color:#1E1E2E;}
524+ .d2-1098765491 .background-color-B1{background-color:#CBA6f7;}
525+ .d2-1098765491 .background-color-B2{background-color:#CBA6f7;}
526+ .d2-1098765491 .background-color-B3{background-color:#6C7086;}
527+ .d2-1098765491 .background-color-B4{background-color:#585B70;}
528+ .d2-1098765491 .background-color-B5{background-color:#45475A;}
529+ .d2-1098765491 .background-color-B6{background-color:#313244;}
530+ .d2-1098765491 .background-color-AA2{background-color:#f38BA8;}
531+ .d2-1098765491 .background-color-AA4{background-color:#45475A;}
532+ .d2-1098765491 .background-color-AA5{background-color:#313244;}
533+ .d2-1098765491 .background-color-AB4{background-color:#45475A;}
534+ .d2-1098765491 .background-color-AB5{background-color:#313244;}
535+ .d2-1098765491 .color-N1{color:#CDD6F4;}
536+ .d2-1098765491 .color-N2{color:#BAC2DE;}
537+ .d2-1098765491 .color-N3{color:#A6ADC8;}
538+ .d2-1098765491 .color-N4{color:#585B70;}
539+ .d2-1098765491 .color-N5{color:#45475A;}
540+ .d2-1098765491 .color-N6{color:#313244;}
541+ .d2-1098765491 .color-N7{color:#1E1E2E;}
542+ .d2-1098765491 .color-B1{color:#CBA6f7;}
543+ .d2-1098765491 .color-B2{color:#CBA6f7;}
544+ .d2-1098765491 .color-B3{color:#6C7086;}
545+ .d2-1098765491 .color-B4{color:#585B70;}
546+ .d2-1098765491 .color-B5{color:#45475A;}
547+ .d2-1098765491 .color-B6{color:#313244;}
548+ .d2-1098765491 .color-AA2{color:#f38BA8;}
549+ .d2-1098765491 .color-AA4{color:#45475A;}
550+ .d2-1098765491 .color-AA5{color:#313244;}
551+ .d2-1098765491 .color-AB4{color:#45475A;}
552+ .d2-1098765491 .color-AB5{color:#313244;}.appendix text.text{fill:#CDD6F4}.md{--color-fg-default:#CDD6F4;--color-fg-muted:#BAC2DE;--color-fg-subtle:#A6ADC8;--color-canvas-default:#1E1E2E;--color-canvas-subtle:#313244;--color-border-default:#CBA6f7;--color-border-muted:#CBA6f7;--color-neutral-muted:#313244;--color-accent-fg:#CBA6f7;--color-accent-emphasis:#CBA6f7;--color-attention-subtle:#BAC2DE;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B2{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B3{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-B4{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-B5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B6{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AA2{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AA4{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AA5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AB4{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-AB5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N1{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N2{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N5{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N6{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N7{fill:url(#streaks-darker);mix-blend-mode:lighten}.light-code{display: none}.dark-code{display: block}}]]></style><style type="text/css"><![CDATA[
553 .dots-overlay {
554 fill: url(#dots);
555 mix-blend-mode: multiply;
556@@ -197,7 +204,7 @@
557 <rect x="7" y="7" width="1" height="1" fill="#0A0F25"/>
558 </g>
559 </pattern>
560-</defs><g id="Paths to Distro Contribution"><g class="shape" ><rect x="12.000000" y="12.000000" width="996.000000" height="2365.000000" class=" stroke-B1 fill-B4" style="stroke-width:2;" /><rect x="12.000000" y="12.000000" width="996.000000" height="2365.000000" class="dots-overlay" style="stroke-width:2;" /><rect x="17.000000" y="17.000000" width="986.000000" height="2355.000000" fill="transparent" class=" stroke-B1" style="stroke-width:2;" /></g><text x="510.000000" y="45.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:28px">PATHS TO DISTRO CONTRIBUTION</text></g><g id="Paths to Distro Contribution.basics"><g class="shape" ><rect x="62.000000" y="62.000000" width="565.000000" height="253.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="62.000000" y="62.000000" width="565.000000" height="253.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="344.500000" y="91.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">BASICS</text></g><g id="Paths to Distro Contribution.intermediate"><g class="shape" ><rect x="104.000000" y="385.000000" width="480.000000" height="554.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="104.000000" y="385.000000" width="480.000000" height="554.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="344.000000" y="414.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">INTERMEDIATE</text></g><g id="Paths to Distro Contribution.advanced"><g class="shape" ><rect x="146.000000" y="1009.000000" width="396.000000" height="352.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="146.000000" y="1009.000000" width="396.000000" height="352.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="344.000000" y="1038.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">ADVANCED</text></g><g id="Paths to Distro Contribution.maintenance"><g class="shape" ><ellipse rx="40.000000" ry="37.500000" cx="344.000000" cy="1604.500000" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="344.000000" y="1610.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">+1</text></g><g id="Paths to Distro Contribution.transitions"><g class="shape" ><ellipse rx="74.500000" ry="74.500000" cx="390.500000" cy="1914.500000" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="390.500000" y="1920.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">TRANSITIONS</text></g><g id="Paths to Distro Contribution.milestones"><g class="shape" ><ellipse rx="139.500000" ry="139.500000" cx="595.500000" cy="1570.500000" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="595.500000" y="1576.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">MILESTONES AND EXCEPTIONS</text></g><g id="Paths to Distro Contribution.propose-migration"><g class="shape" ><ellipse rx="101.500000" ry="101.500000" cx="856.500000" cy="1608.500000" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="856.500000" y="1614.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">PROPOSE MIGRATION</text></g><a href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInMOTU.md" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInMOTU.md"><g id="Paths to Distro Contribution.motu"><g class="shape" ><ellipse rx="60.000000" ry="58.500000" cx="545.000000" cy="1906.500000" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="545.000000" y="1912.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">MOTU</text><g transform="translate(589 1832)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
561+</defs><g id="Paths to Distro Contribution"><g class="shape" ><rect x="12.000000" y="12.000000" width="2540.000000" height="4366.000000" class=" stroke-B1 fill-B4" style="stroke-width:2;" /><rect x="12.000000" y="12.000000" width="2540.000000" height="4366.000000" class="dots-overlay" style="stroke-width:2;" /><rect x="17.000000" y="17.000000" width="2530.000000" height="4356.000000" fill="transparent" class=" stroke-B1" style="stroke-width:2;" /></g><text x="1282.000000" y="45.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:28px">PATHS TO DISTRO CONTRIBUTION</text></g><g id="Paths to Distro Contribution.basics"><g class="shape" ><rect x="1248.000000" y="62.000000" width="896.000000" height="690.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="1248.000000" y="62.000000" width="896.000000" height="690.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1696.000000" y="91.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">BASICS</text></g><g id="Paths to Distro Contribution.intermediate"><g class="shape" ><rect x="1279.000000" y="984.000000" width="834.000000" height="655.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="1279.000000" y="984.000000" width="834.000000" height="655.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1696.000000" y="1013.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">INTERMEDIATE</text></g><g id="Paths to Distro Contribution.advanced"><g class="shape" ><rect x="967.000000" y="1871.000000" width="1459.000000" height="747.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="967.000000" y="1871.000000" width="1459.000000" height="747.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1696.500000" y="1900.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">ADVANCED</text></g><g id="Paths to Distro Contribution.debian"><g class="shape" ><rect x="1244.000000" y="2688.000000" width="418.000000" height="595.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="1244.000000" y="2688.000000" width="418.000000" height="595.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1453.000000" y="2717.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">OPTIONAL ACTIVTY IN DEBIAN</text></g><g id="Paths to Distro Contribution.expert"><g class="shape" ><rect x="1377.000000" y="3353.000000" width="1125.000000" height="502.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="1377.000000" y="3353.000000" width="1125.000000" height="502.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1939.500000" y="3382.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">EXPERT</text></g><g id="Paths to Distro Contribution.ready"><g class="shape" ><path d="M 1696 914 C 1693 914 1692 914 1690 914 L 1368 869 C 1365 869 1365 868 1368 867 L 1690 822 C 1693 822 1699 822 1702 822 L 2024 867 C 2027 867 2027 868 2024 869 L 1702 914 C 1700 914 1699 914 1696 914 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><text x="1696.000000" y="873.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">TEAM / MENTOR SAYS READY FOR MORE</text></g><g id="Paths to Distro Contribution.upload"><g class="shape" ><path d="M 1696 1801 C 1694 1801 1693 1801 1692 1801 L 1501 1756 C 1499 1756 1499 1755 1501 1754 L 1692 1709 C 1694 1709 1697 1709 1699 1709 L 1891 1754 C 1893 1754 1893 1755 1891 1756 L 1700 1801 C 1699 1801 1698 1801 1696 1801 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><text x="1696.000000" y="1760.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">PPU OR GROUP UPLOAD</text></g><a href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInMOTU.md" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInMOTU.md"><g id="Paths to Distro Contribution.motu"><g class="shape" ><path d="M 1940 3031 C 1939 3031 1939 3031 1938 3031 L 1856 2986 C 1855 2986 1855 2985 1856 2984 L 1938 2939 C 1939 2939 1940 2939 1941 2939 L 2024 2984 C 2025 2984 2025 2985 2024 2986 L 1942 3031 C 1941 3031 1941 3031 1940 3031 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><text x="1940.000000" y="2990.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">MOTU</text><g transform="translate(2009 2923)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
562 <g clip-path="url(#clip0_3440_35088111)">
563 <path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
564 <path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
565@@ -209,7 +216,7 @@
566 </clipPath>
567 </defs>
568 </svg>
569-</g></g></a><a href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInCoreDev.md" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInCoreDev.md"><g id="Paths to Distro Contribution.core"><g class="shape" ><ellipse rx="104.000000" ry="104.000000" cx="545.000000" cy="2223.000000" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /></g><text x="545.000000" y="2228.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">CORE DEVELOPER</text><g transform="translate(633 2103)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
570+</g></g></a><a href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInCoreDev.md" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MembershipInCoreDev.md"><g id="Paths to Distro Contribution.core"><g class="shape" ><path d="M 1940 4017 C 1939 4017 1938 4017 1937 4017 L 1759 3972 C 1757 3972 1757 3971 1759 3970 L 1937 3925 C 1939 3925 1942 3925 1944 3925 L 2121 3970 C 2123 3970 2123 3971 2121 3972 L 1943 4017 C 1942 4017 1941 4017 1940 4017 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><text x="1940.000000" y="3976.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">CORE DEVELOPER</text><g transform="translate(2106 3909)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
571 <g clip-path="url(#clip0_3440_35088111)">
572 <path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
573 <path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
574@@ -221,7 +228,7 @@
575 </clipPath>
576 </defs>
577 </svg>
578-</g></g></a><a href="https://github.com/canonical/ubuntu-maintainers-handbook" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook"><g id="Paths to Distro Contribution.basics.concepts"><g class="shape" ><ellipse rx="76.500000" ry="76.500000" cx="188.500000" cy="188.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="188.500000" y="194.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">CONCEPTS</text><g transform="translate(249 96)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
579+</g></g></a><g id="Paths to Distro Contribution.duties"><g class="shape" ><rect x="1696.000000" y="4087.000000" width="488.000000" height="241.000000" class=" stroke-B1 fill-B5" style="stroke-width:2;" /><rect x="1696.000000" y="4087.000000" width="488.000000" height="241.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1940.000000" y="4116.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:24px">DUTIES</text></g><g id="Paths to Distro Contribution.basics.study"><g class="shape" ><rect x="1298.000000" y="112.000000" width="796.000000" height="169.000000" class=" stroke-B1 fill-B6" style="stroke-width:2;" /><rect x="1298.000000" y="112.000000" width="796.000000" height="169.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1696.000000" y="137.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:20px">INITIAL STUDIES</text></g><g id="Paths to Distro Contribution.basics.start"><g class="shape" ><rect x="1418.000000" y="351.000000" width="556.000000" height="351.000000" class=" stroke-B1 fill-B6" style="stroke-width:2;" /><rect x="1418.000000" y="351.000000" width="556.000000" height="351.000000" class="dots-overlay" style="stroke-width:2;" /></g><text x="1696.000000" y="376.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:20px">INITIAL TASKS</text></g><a href="https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst" xlink:href="https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst"><g id="Paths to Distro Contribution.intermediate.dep8tests"><g class="shape" ><path d="M 1408 1216 L 1329 1250 L 1408 1285 L 1565 1285 L 1643 1250 L 1565 1216 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1486.000000" y="1256.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">UNDERSTAND DEP-8</text><g transform="translate(1627 1200)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
580 <g clip-path="url(#clip0_3440_35088111)">
581 <path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
582 <path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
583@@ -233,7 +240,7 @@
584 </clipPath>
585 </defs>
586 </svg>
587-</g></g></a><g id="Paths to Distro Contribution.basics.git-ubuntu"><g class="shape" ><ellipse rx="70.500000" ry="70.500000" cx="355.500000" cy="188.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="355.500000" y="194.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">GIT-UBUNTU</text></g><g id="Paths to Distro Contribution.basics.deb8tests"><g class="shape" ><ellipse rx="65.500000" ry="65.500000" cx="511.500000" cy="188.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="511.500000" y="194.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DEB8TESTS</text></g><g id="Paths to Distro Contribution.intermediate.bsb"><g class="shape" ><ellipse rx="92.500000" ry="92.500000" cx="246.500000" cy="527.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="246.500000" y="533.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">BITE SIZED BUGS</text></g><g id="Paths to Distro Contribution.intermediate.merges"><g class="shape" ><ellipse rx="87.500000" ry="87.500000" cx="446.500000" cy="532.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="446.500000" y="538.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">PACKAGE MERGES</text></g><a href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md"><g id="Paths to Distro Contribution.intermediate.autopkgtests"><g class="shape" ><ellipse rx="94.500000" ry="94.500000" cx="346.500000" cy="794.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="346.500000" y="800.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">AUTOPKGTESTS</text><g transform="translate(425 684)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
588+</g></g></a><a href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md"><g id="Paths to Distro Contribution.intermediate.autopkgtests"><g class="shape" ><ellipse rx="112.500000" ry="112.500000" cx="1486.500000" cy="1467.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1486.500000" y="1473.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">ADD AUTOPKGTESTS</text><g transform="translate(1583 1339)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
589 <g clip-path="url(#clip0_3440_35088111)">
590 <path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
591 <path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
592@@ -245,7 +252,177 @@
593 </clipPath>
594 </defs>
595 </svg>
596-</g></g></a><g id="Paths to Distro Contribution.advanced.mir"><g class="shape" ><ellipse rx="42.000000" ry="42.000000" cx="245.000000" cy="1101.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="245.000000" y="1106.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">MIR</text></g><g id="Paths to Distro Contribution.advanced.seeds"><g class="shape" ><ellipse rx="49.000000" ry="49.000000" cx="245.000000" cy="1262.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="245.000000" y="1267.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">SEEDS</text></g><g id="Paths to Distro Contribution.advanced.FFE"><g class="shape" ><ellipse rx="41.000000" ry="41.000000" cx="348.000000" cy="1101.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="348.000000" y="1106.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">FFE</text></g><g id="Paths to Distro Contribution.advanced.SRU"><g class="shape" ><ellipse rx="41.500000" ry="41.500000" cx="450.500000" cy="1100.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="450.500000" y="1106.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">SRU</text></g><g id="Paths to Distro Contribution.intermediate.(merges -&gt; autopkgtests)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M 379.000000 589.000000 L 379.000000 701.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.intermediate.(bsb -&gt; autopkgtests)[0]"><path d="M 316.000000 592.000000 L 316.000000 701.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.advanced.(mir -&gt; seeds)[0]"><path d="M 246.000000 1145.000000 L 246.000000 1209.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(basics -&gt; intermediate)[0]"><path d="M 344.500000 317.000000 L 344.500000 381.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(intermediate -&gt; advanced)[0]"><path d="M 344.500000 941.000000 L 344.500000 1005.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(advanced -&gt; maintenance)[0]"><path d="M 344.504854 1362.999994 L 344.990291 1563.000012" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(milestones -&gt; motu)[0]"><path d="M 546.000000 1703.000000 L 546.000000 1844.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(milestones -&gt; core)[0]"><path d="M 645.998984 1703.000000 L 645.833333 2029.000000 S 645.833333 2029.000000 645.833333 2029.000000 L 580.500000 2029.000000 S 580.500000 2029.000000 580.500000 2029.000000 L 580.979167 2121.000054" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(transitions -&gt; core)[0]"><path d="M 391.016666 1990.999931 L 391.333333 2029.000000 S 391.333333 2029.000000 391.333333 2029.000000 L 511.166667 2029.000000 S 511.166667 2029.000000 511.166667 2029.000000 L 511.006944 2121.000006" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(propose-migration -&gt; motu)[0]"><path d="M 823.000000 1706.000000 L 823.000000 1750.000000 S 823.000000 1750.000000 823.000000 1750.000000 L 575.833333 1750.000000 S 575.833333 1750.000000 575.833333 1750.000000 L 575.993711 1852.000005" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(propose-migration -&gt; core)[0]"><path d="M 890.998222 1705.999999 L 890.666667 2079.000000 S 890.666667 2079.000000 890.666667 2079.000000 L 615.166667 2079.000000 S 615.166667 2079.000000 615.166667 2079.000000 L 615.010101 2141.000013" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(maintenance -&gt; motu)[0]"><path d="M 357.996970 1641.999998 L 357.833333 1750.000000 S 357.833333 1750.000000 357.833333 1750.000000 L 515.833333 1750.000000 S 515.833333 1750.000000 515.833333 1750.000000 L 515.993711 1852.000005" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(maintenance -&gt; core)[0]"><path d="M 331.003030 1641.999998 L 331.166667 1750.000000 S 331.166667 1750.000000 331.166667 1750.000000 L 275.833333 1750.000000 S 275.833333 1750.000000 275.833333 1750.000000 L 275.833333 2079.000000 S 275.833333 2079.000000 275.833333 2079.000000 L 476.500000 2079.000000 S 476.500000 2079.000000 476.500000 2079.000000 L 476.969698 2141.000115" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><g id="Paths to Distro Contribution.(motu -&gt; core)[0]"><path d="M 546.000000 1967.000000 L 546.000000 2115.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-3154770884)" /></g><mask id="d2-3154770884" maskUnits="userSpaceOnUse" x="11" y="11" width="998" height="2367">
597-<rect x="11" y="11" width="998" height="2367" fill="white"></rect>
598-
599+</g></g></a><g id="Paths to Distro Contribution.intermediate.cmerges"><g class="shape" ><ellipse rx="125.500000" ry="125.500000" cx="1788.500000" cy="1159.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1788.500000" y="1165.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">COMPLEX PACKAGE MERGES</text></g><a href="https://wiki.ubuntu.com/ProposedMigration" xlink:href="https://wiki.ubuntu.com/ProposedMigration"><g id="Paths to Distro Contribution.intermediate.propose-migration"><g class="shape" ><ellipse rx="117.000000" ry="117.000000" cx="1789.000000" cy="1472.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1789.000000" y="1477.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">PROPOSE MIGRATION</text><g transform="translate(1890 1339)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
600+<g clip-path="url(#clip0_3440_35088111)">
601+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
602+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
603+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
604+</g>
605+<defs>
606+<clipPath id="clip0_3440_35088111">
607+<rect width="32" height="32" fill="white"/>
608+</clipPath>
609+</defs>
610+</svg>
611+</g></g></a><a href="https://wiki.ubuntu.com/StableReleaseUpdates" xlink:href="https://wiki.ubuntu.com/StableReleaseUpdates"><g id="Paths to Distro Contribution.intermediate.SRU"><g class="shape" ><path d="M 1966 1216 L 1934 1250 L 1966 1285 L 2031 1285 L 2063 1250 L 2031 1216 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1998.500000" y="1256.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">SRU</text><g transform="translate(2047 1200)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
612+<g clip-path="url(#clip0_3440_35088111)">
613+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
614+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
615+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
616+</g>
617+<defs>
618+<clipPath id="clip0_3440_35088111">
619+<rect width="32" height="32" fill="white"/>
620+</clipPath>
621+</defs>
622+</svg>
623+</g></g></a><g id="Paths to Distro Contribution.intermediate.doSRU"><g class="shape" ><ellipse rx="57.000000" ry="57.000000" cx="1999.000000" cy="1412.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1999.000000" y="1417.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DO SRUS</text></g><g id="Paths to Distro Contribution.advanced.up-dev"><g class="shape" ><ellipse rx="210.000000" ry="210.000000" cx="1227.000000" cy="2131.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1227.000000" y="2136.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">UPSTREAM SUBIMSSIONS OF FIXES / FEATURES</text></g><g id="Paths to Distro Contribution.advanced.up-delta"><g class="shape" ><ellipse rx="158.000000" ry="158.000000" cx="1615.000000" cy="2131.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1615.000000" y="2136.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">UPSTREAM SUBIMSSIONS OF DELTA</text></g><a href="https://wiki.ubuntu.com/FreezeExceptionProcess" xlink:href="https://wiki.ubuntu.com/FreezeExceptionProcess"><g id="Paths to Distro Contribution.advanced.FFE"><g class="shape" ><path d="M 1825 2272 L 1793 2306 L 1825 2341 L 1889 2341 L 1921 2306 L 1889 2272 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1857.000000" y="2312.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">FFE</text><g transform="translate(1905 2256)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
624+<g clip-path="url(#clip0_3440_35088111)">
625+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
626+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
627+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
628+</g>
629+<defs>
630+<clipPath id="clip0_3440_35088111">
631+<rect width="32" height="32" fill="white"/>
632+</clipPath>
633+</defs>
634+</svg>
635+</g></g></a><g id="Paths to Distro Contribution.advanced.doFFE"><g class="shape" ><ellipse rx="65.500000" ry="65.500000" cx="1856.500000" cy="2476.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1856.500000" y="2482.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DO AN FFE</text></g><a href="https://wiki.ubuntu.com/PlusOneMaintenanceTeam" xlink:href="https://wiki.ubuntu.com/PlusOneMaintenanceTeam"><g id="Paths to Distro Contribution.advanced.plusonelearn"><g class="shape" ><path d="M 1992 2272 L 1964 2306 L 1992 2341 L 2049 2341 L 2077 2306 L 2049 2272 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="2020.500000" y="2312.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">+1</text><g transform="translate(2061 2256)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
636+<g clip-path="url(#clip0_3440_35088111)">
637+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
638+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
639+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
640+</g>
641+<defs>
642+<clipPath id="clip0_3440_35088111">
643+<rect width="32" height="32" fill="white"/>
644+</clipPath>
645+</defs>
646+</svg>
647+</g></g></a><g id="Paths to Distro Contribution.advanced.plusoneshadow"><g class="shape" ><ellipse rx="78.500000" ry="78.500000" cx="2020.500000" cy="2489.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="2020.500000" y="2495.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">+1 SHADOWING</text></g><g id="Paths to Distro Contribution.advanced.milestones"><g class="shape" ><ellipse rx="139.500000" ry="139.500000" cx="2236.500000" cy="2130.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="2236.500000" y="2136.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">MILESTONES AND EXCEPTIONS</text></g><a href="https://www.debian.org/doc/manuals/maint-guide/" xlink:href="https://www.debian.org/doc/manuals/maint-guide/"><g id="Paths to Distro Contribution.debian.contribute"><g class="shape" ><ellipse rx="85.500000" ry="85.500000" cx="1453.500000" cy="2823.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1453.500000" y="2829.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">CONTRIBUTE</text><g transform="translate(1523 2722)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
648+<g clip-path="url(#clip0_3440_35088111)">
649+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
650+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
651+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
652+</g>
653+<defs>
654+<clipPath id="clip0_3440_35088111">
655+<rect width="32" height="32" fill="white"/>
656+</clipPath>
657+</defs>
658+</svg>
659+</g></g></a><a href="https://wiki.debian.org/DebianMaintainer" xlink:href="https://wiki.debian.org/DebianMaintainer"><g id="Paths to Distro Contribution.debian.DM"><g class="shape" ><path d="M 1453 3071 C 1452 3071 1452 3071 1452 3071 L 1389 3026 C 1388 3026 1388 3025 1389 3024 L 1452 2979 C 1453 2979 1454 2979 1454 2979 L 1517 3024 C 1518 3024 1518 3025 1517 3026 L 1454 3071 C 1454 3071 1454 3071 1453 3071 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><text x="1453.000000" y="3030.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DM</text><g transform="translate(1502 2963)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
660+<g clip-path="url(#clip0_3440_35088111)">
661+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
662+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
663+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
664+</g>
665+<defs>
666+<clipPath id="clip0_3440_35088111">
667+<rect width="32" height="32" fill="white"/>
668+</clipPath>
669+</defs>
670+</svg>
671+</g></g></a><a href="https://wiki.debian.org/DebianDeveloper" xlink:href="https://wiki.debian.org/DebianDeveloper"><g id="Paths to Distro Contribution.debian.DD"><g class="shape" ><path d="M 1453 3233 C 1452 3233 1452 3233 1452 3233 L 1388 3188 C 1387 3188 1387 3187 1388 3186 L 1452 3141 C 1453 3141 1454 3141 1454 3141 L 1518 3186 C 1519 3186 1519 3187 1518 3188 L 1454 3233 C 1454 3233 1454 3233 1453 3233 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><text x="1453.000000" y="3192.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DD</text><g transform="translate(1503 3125)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
672+<g clip-path="url(#clip0_3440_35088111)">
673+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
674+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
675+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
676+</g>
677+<defs>
678+<clipPath id="clip0_3440_35088111">
679+<rect width="32" height="32" fill="white"/>
680+</clipPath>
681+</defs>
682+</svg>
683+</g></g></a><a href="https://wiki.debian.org/Teams/ReleaseTeam/Transitions" xlink:href="https://wiki.debian.org/Teams/ReleaseTeam/Transitions"><g id="Paths to Distro Contribution.expert.ltransitions"><g class="shape" ><path d="M 1516 3403 L 1427 3437 L 1516 3472 L 1695 3472 L 1784 3437 L 1695 3403 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1605.500000" y="3443.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">LIBRARY TRANSITIONS</text><g transform="translate(1768 3387)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
684+<g clip-path="url(#clip0_3440_35088111)">
685+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
686+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
687+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
688+</g>
689+<defs>
690+<clipPath id="clip0_3440_35088111">
691+<rect width="32" height="32" fill="white"/>
692+</clipPath>
693+</defs>
694+</svg>
695+</g></g></a><a href="https://wiki.debian.org/PackageTransition" xlink:href="https://wiki.debian.org/PackageTransition"><g id="Paths to Distro Contribution.expert.ptransitions"><g class="shape" ><path d="M 1893 3403 L 1804 3437 L 1893 3472 L 2072 3472 L 2161 3437 L 2072 3403 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1982.500000" y="3443.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">PACKAGE TRANSITIONS</text><g transform="translate(2145 3387)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
696+<g clip-path="url(#clip0_3440_35088111)">
697+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
698+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
699+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
700+</g>
701+<defs>
702+<clipPath id="clip0_3440_35088111">
703+<rect width="32" height="32" fill="white"/>
704+</clipPath>
705+</defs>
706+</svg>
707+</g></g></a><a href="https://wiki.debian.org/Teams/ReleaseTeam/Transitions" xlink:href="https://wiki.debian.org/Teams/ReleaseTeam/Transitions"><g id="Paths to Distro Contribution.expert.doltransitions"><g class="shape" ><ellipse rx="126.500000" ry="126.500000" cx="1605.500000" cy="3678.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1605.500000" y="3684.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">LIBRARY TRANSITIONS</text><g transform="translate(1716 3536)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
708+<g clip-path="url(#clip0_3440_35088111)">
709+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
710+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
711+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
712+</g>
713+<defs>
714+<clipPath id="clip0_3440_35088111">
715+<rect width="32" height="32" fill="white"/>
716+</clipPath>
717+</defs>
718+</svg>
719+</g></g></a><a href="https://wiki.debian.org/PackageTransition" xlink:href="https://wiki.debian.org/PackageTransition"><g id="Paths to Distro Contribution.expert.doptransitions"><g class="shape" ><ellipse rx="126.500000" ry="126.500000" cx="1982.500000" cy="3678.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1982.500000" y="3684.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">PACKAGE TRANSITIONS</text><g transform="translate(2093 3536)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
720+<g clip-path="url(#clip0_3440_35088111)">
721+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
722+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
723+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
724+</g>
725+<defs>
726+<clipPath id="clip0_3440_35088111">
727+<rect width="32" height="32" fill="white"/>
728+</clipPath>
729+</defs>
730+</svg>
731+</g></g></a><a href="https://github.com/canonical/ubuntu-mir/edit/main/README.md" xlink:href="https://github.com/canonical/ubuntu-mir/edit/main/README.md"><g id="Paths to Distro Contribution.expert.smir"><g class="shape" ><path d="M 2246 3403 L 2192 3437 L 2246 3472 L 2354 3472 L 2408 3437 L 2354 3403 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="2300.000000" y="3443.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">STUDY MIR</text><g transform="translate(2392 3387)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
732+<g clip-path="url(#clip0_3440_35088111)">
733+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
734+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
735+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
736+</g>
737+<defs>
738+<clipPath id="clip0_3440_35088111">
739+<rect width="32" height="32" fill="white"/>
740+</clipPath>
741+</defs>
742+</svg>
743+</g></g></a><g id="Paths to Distro Contribution.expert.mir"><g class="shape" ><ellipse rx="61.500000" ry="61.500000" cx="2221.500000" cy="3613.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="2221.500000" y="3619.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DO A MIR</text></g><g id="Paths to Distro Contribution.expert.seeds"><g class="shape" ><ellipse rx="74.500000" ry="74.500000" cx="2377.500000" cy="3626.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="2377.500000" y="3632.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">SEED CHANGE</text></g><g id="Paths to Distro Contribution.duties.plusone"><g class="shape" ><ellipse rx="37.500000" ry="37.500000" cx="1783.500000" cy="4207.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1783.500000" y="4213.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">+1</text></g><g id="Paths to Distro Contribution.duties.sponsoring"><g class="shape" ><ellipse rx="70.500000" ry="70.500000" cx="1911.500000" cy="4207.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="1911.500000" y="4213.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">SPONSORING</text></g><g id="Paths to Distro Contribution.duties.mentoring"><g class="shape" ><ellipse rx="66.000000" ry="66.000000" cx="2068.000000" cy="4207.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><text x="2068.000000" y="4212.500000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">MENTORING</text></g><a href="https://github.com/canonical/ubuntu-maintainers-handbook" xlink:href="https://github.com/canonical/ubuntu-maintainers-handbook"><g id="Paths to Distro Contribution.basics.study.concepts"><g class="shape" ><path d="M 1398 162 L 1348 196 L 1398 231 L 1499 231 L 1549 196 L 1499 162 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1448.500000" y="202.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">CONCEPTS</text><g transform="translate(1533 146)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
744+<g clip-path="url(#clip0_3440_35088111)">
745+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
746+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
747+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
748+</g>
749+<defs>
750+<clipPath id="clip0_3440_35088111">
751+<rect width="32" height="32" fill="white"/>
752+</clipPath>
753+</defs>
754+</svg>
755+</g></g></a><g id="Paths to Distro Contribution.basics.study.git-ubuntu"><g class="shape" ><path d="M 1615 162 L 1569 196 L 1615 231 L 1706 231 L 1751 196 L 1706 162 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1660.000000" y="202.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">GIT-UBUNTU</text></g><a href="https://www.debian.org/doc/debian-policy/" xlink:href="https://www.debian.org/doc/debian-policy/"><g id="Paths to Distro Contribution.basics.study.debian"><g class="shape" ><path d="M 1839 162 L 1771 196 L 1839 231 L 1976 231 L 2044 196 L 1976 162 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><text x="1907.500000" y="202.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">DEBIAN POLICY</text><g transform="translate(2028 146)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
756+<g clip-path="url(#clip0_3440_35088111)">
757+<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
758+<path d="M14.3909 16.7965C14.7364 17.2584 15.1772 17.6406 15.6834 17.9171C16.1896 18.1938 16.7494 18.3582 17.3248 18.3993C17.9001 18.4405 18.4777 18.3575 19.0181 18.1559C19.5586 17.9543 20.0492 17.6389 20.4571 17.2309L22.8708 14.8173C23.6036 14.0586 24.0089 13.0425 23.9998 11.9877C23.9906 10.933 23.5676 9.92404 22.8217 9.17821C22.0759 8.43237 21.067 8.00931 20.0123 8.00015C18.9575 7.99098 17.9413 8.39644 17.1827 9.1292L15.7988 10.505" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
759+<path d="M17.609 15.1874C17.2635 14.7255 16.8227 14.3433 16.3165 14.0667C15.8103 13.7902 15.2505 13.6257 14.6752 13.5845C14.0998 13.5433 13.5223 13.6263 12.9819 13.8279C12.4414 14.0295 11.9506 14.345 11.5428 14.753L9.1292 17.1666C8.39644 17.9252 7.99098 18.9414 8.00015 19.9962C8.00931 21.0509 8.43237 22.0598 9.17821 22.8056C9.92405 23.5515 10.933 23.9745 11.9877 23.9837C13.0425 23.9928 14.0586 23.5875 14.8173 22.8547L16.193 21.4788" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
760+</g>
761+<defs>
762+<clipPath id="clip0_3440_35088111">
763+<rect width="32" height="32" fill="white"/>
764+</clipPath>
765+</defs>
766+</svg>
767+</g></g></a><g id="Paths to Distro Contribution.basics.start.bsb"><g class="shape" ><ellipse rx="92.500000" ry="92.500000" cx="1560.500000" cy="526.500000" class="shape stroke-B1 fill-N7" style="stroke-width:2;" /></g><text x="1560.500000" y="532.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">BITE SIZED BUGS</text></g><g id="Paths to Distro Contribution.basics.start.tmerges"><g class="shape" ><ellipse rx="125.500000" ry="125.500000" cx="1798.500000" cy="526.500000" class="shape stroke-B1 fill-N7" style="stroke-width:2;" /></g><text x="1798.500000" y="532.000000" class="text-mono fill-N1" style="text-anchor:middle;font-size:16px">TRIVIAL PACKAGE MERGES</text></g><g id="Paths to Distro Contribution.basics.(study -&gt; start)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M 1696.750000 283.000000 L 1696.750000 347.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.intermediate.(dep8tests -&gt; autopkgtests)[0]"><path d="M 1487.000000 1287.000000 L 1487.000000 1351.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.intermediate.(cmerges -&gt; propose-migration)[0]"><path d="M 1789.000000 1287.000000 L 1789.000000 1351.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.intermediate.(SRU -&gt; doSRU)[0]"><path d="M 1999.000000 1287.000000 L 1999.000000 1351.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.advanced.(FFE -&gt; doFFE)[0]"><path d="M 1857.000000 2343.000000 L 1857.000000 2407.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.advanced.(plusonelearn -&gt; plusoneshadow)[0]"><path d="M 2021.000000 2343.000000 L 2021.000000 2407.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.debian.(contribute -&gt; DM)[0]"><path d="M 1453.971431 2910.999796 L 1453.057137 2975.000408" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.debian.(DM -&gt; DD)[0]"><path d="M 1453.971431 3072.999796 L 1453.057137 3137.000408" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.expert.(ltransitions -&gt; doltransitions)[0]"><path d="M 1606.000000 3474.000000 L 1606.000000 3548.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.expert.(ptransitions -&gt; doptransitions)[0]"><path d="M 1983.000000 3474.000000 L 1983.000000 3548.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.expert.(smir -&gt; seeds)[0]"><path d="M 2378.000000 3458.000000 L 2378.000000 3548.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.expert.(smir -&gt; mir)[0]"><path d="M 2222.000000 3459.000000 L 2222.000000 3548.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(basics -&gt; ready)[0]"><path d="M 1696.757143 753.999987 L 1696.985714 818.000026" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(ready -&gt; intermediate)[0]"><path d="M 1696.992857 915.999987 L 1696.764286 980.000026" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(intermediate -&gt; upload)[0]"><path d="M 1696.757143 1640.999987 L 1696.985714 1705.000026" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(upload -&gt; advanced)[0]"><path d="M 1696.992857 1802.999987 L 1696.764286 1867.000026" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(advanced -&gt; motu)[0]"><path d="M 1940.000000 2620.000000 L 1940.000000 2936.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(advanced -&gt; debian)[0]"><path d="M 1453.500000 2620.000000 L 1453.500000 2684.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(motu -&gt; expert)[0]"><path d="M 1940.000000 3034.000000 L 1940.000000 3349.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(expert -&gt; core)[0]"><path d="M 1940.000000 3857.000000 L 1940.000000 3921.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(core -&gt; duties)[0]"><path d="M 1940.000000 4019.000000 L 1940.000000 4083.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /></g><g id="Paths to Distro Contribution.(intermediate -&gt; intermediate)[0]"><path d="M 1277.750000 1202.333333 L 962.750000 1202.333333 S 962.750000 1202.333333 962.750000 1202.333333 L 962.750000 1420.666667 S 962.750000 1420.666667 962.750000 1420.666667 L 1275.750000 1420.666667" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /><text x="962.500000" y="1317.000000" class="text-mono-italic fill-N2" style="text-anchor:middle;font-size:16px">RACK UP ENOUGH TO APPLY FOR PACKAGE OR GROUP UPLOADS</text></g><g id="Paths to Distro Contribution.(advanced -&gt; advanced)[0]"><path d="M 965.000000 2120.000000 L 650.000000 2120.000000 S 650.000000 2120.000000 650.000000 2120.000000 L 650.000000 2369.000000 S 650.000000 2369.000000 650.000000 2369.000000 L 963.000000 2369.000000" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /><text x="650.000000" y="2250.000000" class="text-mono-italic fill-N2" style="text-anchor:middle;font-size:16px">RACK UP ENOUGH OF THIS AND ALL OF THE ABOVE TO APPLY FOR MOTU</text></g><g id="Paths to Distro Contribution.(expert -&gt; expert)[0]"><path d="M 1375.375000 3520.333333 L 1060.375000 3520.333333 S 1060.375000 3520.333333 1060.375000 3520.333333 L 1060.375000 3687.666667 S 1060.375000 3687.666667 1060.375000 3687.666667 L 1373.375000 3687.666667" fill="none" class="connection stroke-B1" style="stroke-width:2;" marker-end="url(#mk-3488378134)" mask="url(#d2-1098765491)" /><text x="1060.500000" y="3610.000000" class="text-mono-italic fill-N2" style="text-anchor:middle;font-size:16px">RACK UP ENOUGH OF THIS AND ALL OF THE ABOVE TO APPLY FOR CORE-DEV</text></g><mask id="d2-1098765491" maskUnits="userSpaceOnUse" x="11" y="11" width="2542" height="4368">
768+<rect x="11" y="11" width="2542" height="4368" fill="white"></rect>
769+<rect x="713.000000" y="1301.000000" width="499" height="21" fill="black"></rect>
770+<rect x="357.000000" y="2234.000000" width="586" height="21" fill="black"></rect>
771+<rect x="748.000000" y="3594.000000" width="625" height="21" fill="black"></rect>
772 </mask></svg></svg>

Subscribers

People subscribed via source and target branches