From 713bf4d951cf41e053b57ebb0391eba00c351f6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:46:20 +0000 Subject: [PATCH 1/2] Initial plan for issue From 0c698a1ea9e80f2e91590a1247b304f3bfab6646 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Jun 2025 04:50:18 +0000 Subject: [PATCH 2/2] Fix visible \n characters in mermaid diagram Co-authored-by: christopherco <35273088+christopherco@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd4cd53..a13af1e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ flowchart TD id1{{Do you want to experiment with Mariner or contribute to Mariner?}} id2A[Do you want to build locally with Mariner?] - id2B[Do you want to add an unsupported package? \n either a package Mariner has never supported \nor an updated major/minor version of a package Mariner supports] - id2C[Do you want to use Mariner for your project? \n ex. bare metal, IoT, embedded devices, etc.] + id2B[Do you want to add an unsupported package?
either a package Mariner has never supported
or an updated major/minor version of a package Mariner supports] + id2C[Do you want to use Mariner for your project?
ex. bare metal, IoT, embedded devices, etc.] id2D[Use the CBL-MarinerTutorials repo] id1 -->|experiment| id2A id2A -.-|or| id2B @@ -25,7 +25,7 @@ flowchart TD id3[Do you want to fix an issue in Mariner?] - id3B[Do you want to add a common package? \n either a package supported by another major distro \nor a package used widely across popular open-source projects] + id3B[Do you want to add a common package?
either a package supported by another major distro
or a package used widely across popular open-source projects] id3C[Do you want to modify a supported Mariner package?] id3D[Do you want to rebuild Mariner from end-to-end?] id3E[Use the CBL-Mariner repo]