Skip to content

Instantly share code, notes, and snippets.

@kennylam
Last active May 24, 2022 15:55
Show Gist options
  • Select an option

  • Save kennylam/9c55c122503ce8b2717271dc373649d9 to your computer and use it in GitHub Desktop.

Select an option

Save kennylam/9c55c122503ce8b2717271dc373649d9 to your computer and use it in GitHub Desktop.
Carbon for AEM --> Carbon for IBM.com governance workflow
graph TD
    A[Carbon for AEM] -->|New component required| B(design review)
    B --> T[ibmdotcom-web-components?]
    T --> C{No}
    T --> D{Yes}
    D -->E[Create AEM Component]
    E --> N
    C --> F(can use unmodified carbon-web-components?)
    F --> H{Yes}
    H --> I[Create AEM component]
    I --> N
    F --> J{No}
    J --> K[Design review for modified carbon-web-component]
    K --> L[Modify carbon-web-component]
    L --> M[Create AEM Component]
    L --> S[Add to dotcom?]
    S --> O
    M --> N[Has reusable components?]
    N --> O[dotcom design review]
    O --> P{No}
    O --> Q{Yes}
    P --> R[Carbon for AEM repo]
    Q --> T
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment