Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 5.1 KB

contributor-handbook.md

File metadata and controls

77 lines (56 loc) · 5.1 KB

Contributor Handbook

This document lays out a basic guideline of how to write and contribute a new pattern.

Maturity Levels

We have defined three maturity levels for patterns: The higher a pattern's maturity level, the more strictly it was validated and the better is its writing.

In a Nutshell

# Name Description Time to merge
1 Initial Contains an initial pattern idea or what we call a donut (a pattern with missing sections). A few days / weeks
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
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

For the first pattern you contribute, you should aim for maturity levels 1: Initial or 2: Structured.

If you want to help promoting a pattern one maturity level up, we suggest to first create an issue to discuss the matter and see if someone else is working on that already. After that, you can create a pull request with the necessary changes.

To achieve a given maturity level, a pattern has to satisfy the requirements for that maturity level and lower levels. The following sections lay out the requirements per maturity level in detail.

Requirements: Level 1 - Initial

  • Validation requirements:

    • N/A
  • Content requirements:

    • The pattern is readable & comprehensible for others (not just for the authors)
    • The authors contribute the contents according to the license & are allowed to do so
    • Thoughts and contents by third parties are quoted / referenced explicitly
    • The markdown of the pattern complies with Check: Markdownlint
  • Artifacts:

Requirements: Level 2 - Structured

Requirements: Level 3 - Validated

  • Validation requirements:

    • Is validated by at least 3 (three) known instances
    • Considers all known instances to the best knowledge of the working group
    • Community agreement (via lazy consensus of trusted committers) on correctness of contents
  • Content requirements:

    • Provides a visual/sketch that helps to illustrate the problem and/or the solution of the pattern. The visual also helps to make the pattern more memorable. Visuals are stored in assets/img.
    • Uses & has no conflicts with working group terminology (defined by Glossary / implicit usage)
    • Fits & has no conflicts with existing patterns (of this maturity level)
    • Thorough review by at least two trusted committers
  • Artifacts: