Skip to content

Fix formatting in README workflow diagram#128

Open
kigiri wants to merge 1 commit intoaddyosmani:mainfrom
kigiri:patch-1
Open

Fix formatting in README workflow diagram#128
kigiri wants to merge 1 commit intoaddyosmani:mainfrom
kigiri:patch-1

Conversation

@kigiri
Copy link
Copy Markdown

@kigiri kigiri commented May 5, 2026

This was bothering me

  DEFINE         PLAN          BUILD        VERIFY        REVIEW         SHIP
 ┌──────┐      ┌──────┐      ┌──────┐      ┌──────┐      ┌──────┐      ┌──────┐
 │ Idea │ ──▶ │ Spec │ ──▶ │ Code │ ──▶ │ Test │ ──▶ │  QA  │ ──▶ │  Go  │
 │Refine│      │  PRD │      │ Impl │      │Debug │      │ Gate │      │ Live │
 └──────┘      └──────┘      └──────┘      └──────┘      └──────┘      └──────┘
  /spec         /plan         /build        /test         /review       /ship

Copy link
Copy Markdown

@zohaib545 zohaib545 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great! Thanks

Comment thread README.md
DEFINE PLAN BUILD VERIFY REVIEW SHIP
DEFINE PLAN BUILD VERIFY REVIEW SHIP
┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐
│ Idea │ ──▶ │ Spec │ ──▶ │ Code │ ──▶ │ Test │ ──▶ │ QA │ ──▶ │ Go │
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless diff shows incorrectly, the boxes are still misaligned.

Image

@federicobartoli
Copy link
Copy Markdown
Contributor

Conservative and sensible fix — keeps Unicode arrows (which render fine on GitHub), trims one per arrow, and tightens label spacing. Good improvement over the original alignment without the regression of the parallel #140 (which converts to ASCII --->).

Small nit: a before/after screenshot in the PR description would have helped reviewers see the alignment change at a glance, but the result speaks for itself in a fixed-width view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants