Skip to content

Commit 2bad7b1

Browse files
committed
Add alt text for figures in section 5 introduction
1 parent 1dfe857 commit 2bad7b1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

episodes/50-section5-intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ how the outside world interacts with and makes use of our software,
3030
how others can interact with ourselves to report issues,
3131
and the ways we can successfully manage software improvement in response to feedback.
3232

33-
![](fig/section5-overview.svg){alt='Managing software' .image-with-shadow width="1000px" }
33+
![Managing software](fig/section5-overview.svg){
34+
alt='Flow chart showing five stages in software management lifecycle: 1. Setting up software environment; 2. Verifying software correctness; 3. Software development as a process; 4. Collaborative development for reuse; 5. Managing software over its lifetime - issue reporting & prioritisation, Agile development in sprints, software project management.'
35+
.image-with-shadow width="1000px"
36+
}
3437

3538
<!--
3639
Source of the above image can be rendered in the Mermaid live editor:

0 commit comments

Comments
 (0)