From 58577b2ac4b6dd71568b81e85f7aa1ae70f3f25b Mon Sep 17 00:00:00 2001 From: sarahgm <38324334+sarahgm@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:03:58 +0200 Subject: [PATCH 1/9] chore: fix schedule for renovate (#3965) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 52dcfc2280..2a3313fc6e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,7 +4,7 @@ ":semanticCommitTypeAll(chore)", ":rebaseStalePrs" ], - "schedule": ["earlyMondays"], + "schedule": ["before 4am on Monday"], "packageRules": [ { "matchDatasources": ["npm"], From 9a7f349a17ae9ab2726d1578bfdf5a64eb0481c9 Mon Sep 17 00:00:00 2001 From: sarahgm <38324334+sarahgm@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:04:54 +0200 Subject: [PATCH 2/9] [DST-446]docs: adding governance process page (#3944) --- .changeset/honest-kids-sit.md | 5 + .../introduction/governance-process.mdx | 198 ++++++++++++++++++ docs/public/governance-phase1.png | Bin 0 -> 317356 bytes docs/public/governance-phase2-1.png | Bin 0 -> 139447 bytes docs/public/governance-phase2-2.png | Bin 0 -> 116460 bytes docs/public/governance-phase2-3.png | Bin 0 -> 156819 bytes docs/public/governance-phase2-4.png | Bin 0 -> 295115 bytes docs/public/governance-phase3a.png | Bin 0 -> 402242 bytes docs/public/governance-phase3b.png | Bin 0 -> 414515 bytes 9 files changed, 203 insertions(+) create mode 100644 .changeset/honest-kids-sit.md create mode 100644 docs/content/introduction/governance-process.mdx create mode 100644 docs/public/governance-phase1.png create mode 100644 docs/public/governance-phase2-1.png create mode 100644 docs/public/governance-phase2-2.png create mode 100644 docs/public/governance-phase2-3.png create mode 100644 docs/public/governance-phase2-4.png create mode 100644 docs/public/governance-phase3a.png create mode 100644 docs/public/governance-phase3b.png diff --git a/.changeset/honest-kids-sit.md b/.changeset/honest-kids-sit.md new file mode 100644 index 0000000000..755e3c5354 --- /dev/null +++ b/.changeset/honest-kids-sit.md @@ -0,0 +1,5 @@ +--- +"@marigold/docs": patch +--- + +[DST-446]docs: adding governance process page diff --git a/docs/content/introduction/governance-process.mdx b/docs/content/introduction/governance-process.mdx new file mode 100644 index 0000000000..0fcd7304e7 --- /dev/null +++ b/docs/content/introduction/governance-process.mdx @@ -0,0 +1,198 @@ +--- +title: Governance process +caption: Making changes and additions to Marigold. +order: 6 +badge: new +--- + +Product teams are primarily focused on getting the job done. In their quest to achieve this, they sometimes need to take on design debt—improvising styles, crafting unique components, or even bypassing the design system entirely. To help teams avoid unnecessary debt, we've established a governance process that guides both the product teams and us on managing changes and additions within Marigold. + +This process ensures that any modifications to the design system are carefully evaluated to maintain consistency, stability, and user-friendliness. We prioritize updates that meet specific user needs, adhere to industry standards, and offer high reusability. Guided by our [Governance values and principles](/introduction/governance-values), this approach helps uphold the quality and integrity of our design system. + +If you ever asked yourself what we do with your feature requests or what you should do if we declined your request, you've come to the right place. + +We have created a flowchart, divided into 3 phases, that illustrates how incoming feature requests are handled. + + + Note + + ug fixes aren't subject to the same rigorous evaluation process and are + handled differently. To read more about how to report bugs go + [here](/introduction//get-in-touch/#report-bugs). + + + +

+ +