Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.94 KB

File metadata and controls

55 lines (45 loc) · 2.94 KB

Contribute to Validated Patterns documentation

Different ways to contribute

There are a few different ways you can contribute to Validated Patterns documentation:

Contribution workflow

When you submit a PR, the Validated Patterns Docs team reviews the PR and arranges further reviews by Quality Engineering (QE), subject matter experts (SMEs), and others, as required. If the PR requires changes, updates, or corrections, the reviewers add comments in the PR. The documentation team merges the PR after you have implemented all feedback, and you have squashed all commits.

Repository organization

├── archetypes
├── content
│   └── blog
|   └── contribute
|   └── learn
|   └── patterns
|       └── multicloud-gitops
|       |   └──_index.adoc
|       |   └──mcg-getting-started.adoc
|       |
|       └── medical-diagnosis
|           └──_index.adoc
|           └── medical-diagnosis-assembly.adoc
├── layouts
│   └── _default
|   └── blog
├── modules
│   └── multicloud-gitops-logical-architecture.adoc
│   └── multicloud-gitops-physical-architecture.adoc
├── static
|   └── images
├── themes/patternfly
├── config.yaml
└── README.adoc