Skip to content

Commit 174736a

Browse files
committed
Enlarge traceability figures GH-47
1 parent f38dd60 commit 174736a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lectures/14_code_review.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ based on: [Code Review Guidelines for Humans](https://phauer.com/2018/code-revie
456456

457457
:::
458458

459-
::: {.fragment .text-align-left}
459+
::: {.fragment .text-align-left .mt-3}
460460
- however, when a reviewer too often says LGTM, it becomes fishy
461461
- especially if the review code turns out to be problematic later regardless the positive feedback
462462

@@ -483,14 +483,14 @@ based on: [Code Review Guidelines for Humans](https://phauer.com/2018/code-revie
483483

484484
## how can you tell if the code matches the task?
485485

486-
:::::: {.r-stack}
487-
![](figures/traceability_via_commit_change.drawio.svg){width=800}
486+
:::::: {.r-stack .mt-4}
487+
![](figures/traceability_via_commit_change.drawio.svg){width=950}
488488

489-
![](figures/traceability_via_commit_parts.drawio.svg){width=800 .fragment data-fragment-index=1}
489+
![](figures/traceability_via_commit_parts.drawio.svg){width=950 .fragment data-fragment-index=1}
490490

491-
![](figures/traceability_via_commit_message_parts.drawio.svg){width=800 .fragment data-fragment-index=2}
491+
![](figures/traceability_via_commit_message_parts.drawio.svg){width=950 .fragment data-fragment-index=2}
492492

493-
![](figures/traceability_via_commit.drawio.svg){width=800 .fragment data-fragment-index=3}
493+
![](figures/traceability_via_commit.drawio.svg){width=950 .fragment data-fragment-index=3}
494494
::::::
495495

496496

0 commit comments

Comments
 (0)