We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flowchart TD %% <Legend> legend --> start subgraph legend["Legend"] direction LR; notstarted("Issue is not started"):::notstarted; started("Issue is in progress"):::started; completed("Issue is done"):::completed; notstarted --> started --> completed; end %% </Legend> %% <CSS> classDef notstarted fill:#FFF,color:#000; classDef started fill:#fae17d,color:#000; classDef completed fill:#ccffd8,color:#000; %% </CSS> %% <Issues> start("Start"):::default; issue1488484564("[TEST ISSUE] Child issue 1"):::completed; issue1488484695("[TEST ISSUE] Child issue 2"):::completed; issue1488484833("[TEST ISSUE] Child issue 3"):::completed; issue1524488391("[TEST ISSUE] Child issue 4"):::completed; issue1524488450("[TEST ISSUE] Child issue 5"):::completed; issue1524488472("[TEST ISSUE] Child issue 6"):::notstarted; issue1524488513("[TEST ISSUE] Child issue 7"):::notstarted; finish("Finish"):::default; %% </Issues> %% <Dependencies> start --> issue1488484564; start --> issue1488484695; start --> issue1524488391; start --> issue1524488450; issue1488484564 --> issue1488484833; issue1488484695 --> issue1488484833; issue1488484833 --> issue1524488472; issue1524488450 --> issue1524488472; issue1524488450 --> issue1524488513; issue1524488391 --> finish; issue1524488472 --> finish; issue1524488513 --> finish; %% </Dependencies>
Test content 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Epic 1
Spec
Spec Diagram
Hello
Test content 1
The text was updated successfully, but these errors were encountered: