File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,19 @@ This first categorization effort uses a mind map to categorize patterns based on
10
10
11
11
In the mind map you will see patterns categorized from left to right in increasing levels of detail.
12
12
13
- The logic for these levels is (from left to right):
14
-
15
- - level 0: the InnerSource program itself (as the root)
16
- - level 1: phase of an InnerSource Program (begin/adopt/grow/scale)
17
- - level 2: problem category
18
- - level 3: specific problem occurring in an InnerSource context
19
- - level 4: pattern (solution to the problem)
13
+ ``` mermaid
14
+ graph LR
15
+ L0(L0 InnerSource Program) --> L1(L1 Phase) --> L2(L2 Problem Category)
16
+ L2(L2 Problem Category) --> L3(L3 Specific Problem) --> L4("L4 Pattern (Solution)")
17
+ ````
18
+
19
+ The logic for these levels is:
20
+
21
+ - L0: the InnerSource program itself (as the root)
22
+ - L1: phase of an InnerSource Program (begin/adopt/grow/scale)
23
+ - L2: problem category
24
+ - L3: specific problem occurring in an InnerSource context
25
+ - L4: pattern (solution to the problem)
20
26
21
27
## Adding a Pattern to the Mind Map
22
28
You can’t perform that action at this time.
0 commit comments