You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta/contributor-handbook.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ We defined four maturity levels for patterns: The higher a pattern's maturity le
12
12
| ---- | ---- | ---- | ---- |
13
13
| 1 | Initial | Contains an initial pattern idea or what we call a donut (a pattern with missing sections). | A few days / weeks |
14
14
| 2 | Structured | Contains a complete pattern that it is not properly validated yet (e.g. because it only synthesizes an idea or the experiences from one instead of three organizations). | A few days / weeks |
15
-
| 3 | Validated | The pattern is validated (e.g. because three or more instances exists and are synthesized by the pattern) and its writing is of high quality. | One or two months |
16
-
| 4 | Established | The writing of the pattern is of "text book" quality. The community agrees to use this pattern as InnerSource teaching material. | As long as it takes |
15
+
| 3 | Validated | The pattern is validated (e.g. because three or more instances exists and are synthesized by the pattern) and its writing is of high quality. | A few months |
17
16
18
17
For the first pattern you contribute, you should aim for maturity levels `1: initial` or `2: structured`.
19
18
@@ -26,11 +25,6 @@ To achieve a given maturity level a pattern has to satisfy the requirements for
26
25
27
26
Patterns (or other documents) of level 1 are stored in the directory `/1-initial`.
28
27
29
-
- Document types:
30
-
- Patterns (`pattern-*.md`)
31
-
- Donuts - patterns without solution or other missing sections (`donut-*.md`)
32
-
- Tale - unstructured information in any form (`tale-*.md`)
33
-
34
28
- Validation requirements:
35
29
- N/A
36
30
@@ -44,9 +38,6 @@ Patterns (or other documents) of level 1 are stored in the directory `/1-initial
44
38
45
39
Patterns of level 2 are stored in the directory `/2-structured`.
46
40
47
-
- Document types:
48
-
- Patterns (`pattern-*.md`)
49
-
50
41
- Validation requirements:
51
42
- Is validated by at least one known instance
52
43
- Alternatively: key elements of the pattern have been validated in separate contexts and, in consequence, it is justified to believe the full solution will function
@@ -60,9 +51,6 @@ Patterns of level 2 are stored in the directory `/2-structured`.
60
51
61
52
Patterns of level 3 are stored in the directory `/3-validated`.
62
53
63
-
- Document types:
64
-
- Patterns (`pattern-*.md`)
65
-
66
54
- Validation requirements:
67
55
- Is validated by at least three known instances
68
56
- Considers all known instances to the best of working group members' knowledge
@@ -72,16 +60,4 @@ Patterns of level 3 are stored in the directory `/3-validated`.
72
60
- Uses & has no conflicts with working group terminology (defined by glossary / implicit usage) - *Oops! We have not yet developed this.*
73
61
- Fits & has no conflicts with existing patterns (of this maturity level or higher)
74
62
- Thorough review by at least two trusted committers
75
-
76
-
77
-
### Requirements: Level 4 - Established
78
63
79
-
Patterns of level 4 are stored in the directory `/4-established`.
80
-
81
-
- Document types:
82
-
- Patterns (`pattern-*.md`)
83
-
84
-
- Validation requirements:
85
-
- Complies with *advanced style guide*(#) - *Oops! We have not yet developed this.*
86
-
- Is free of conflicts with other InnerSource Commons learning materials and external InnerSource literature or adresses these conflicts explicitly
0 commit comments