Skip to content

Commit 8bf7800

Browse files
committed
Calling out the parent folder '/patterns' explicitly in the documentation of the Maturity Levels
1 parent d37b09f commit 8bf7800

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

meta/contributor-handbook.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To achieve a given maturity level a pattern has to satisfy the requirements for
2323

2424
### Requirements: Level 1 - Initial
2525

26-
Patterns (or other documents) of level 1 are stored in the directory `/1-initial`.
26+
Patterns (or other documents) of level 1 are stored in the directory `/patterns/1-initial`.
2727

2828
- Validation requirements:
2929
- N/A
@@ -36,7 +36,7 @@ Patterns (or other documents) of level 1 are stored in the directory `/1-initial
3636

3737
### Requirements: Level 2 - Structured
3838

39-
Patterns of level 2 are stored in the directory `/2-structured`.
39+
Patterns of level 2 are stored in the directory `/patterns/2-structured`.
4040

4141
- Validation requirements:
4242
- Is validated by at least one known instance
@@ -49,7 +49,7 @@ Patterns of level 2 are stored in the directory `/2-structured`.
4949

5050
### Requirements: Level 3 - Validated
5151

52-
Patterns of level 3 are stored in the directory `/3-validated`.
52+
Patterns of level 3 are stored in the directory `/patterns/3-validated`.
5353

5454
- Validation requirements:
5555
- Is validated by at least three known instances
@@ -60,4 +60,3 @@ Patterns of level 3 are stored in the directory `/3-validated`.
6060
- Uses & has no conflicts with working group terminology (defined by glossary / implicit usage) - *Oops! We have not yet developed this.*
6161
- Fits & has no conflicts with existing patterns (of this maturity level or higher)
6262
- Thorough review by at least two trusted committers
63-

0 commit comments

Comments
 (0)