Skip to content

Commit 66f9312

Browse files
committed
Add alt text for figures in episode 5.3 on improvement through feedback
1 parent de27d66 commit 66f9312

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

episodes/53-improvement-through-feedback.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,20 +202,20 @@ We can create a new one by selecting `Issues` on our repository,
202202
then `Milestones` to display any existing milestones,
203203
then clicking the "New milestone" button to the right.
204204

205-
![](fig/github-milestones.png){alt='Milestones in GitHub' .image-with-shadow width="1000px"}
205+
![](fig/github-milestones.png){alt='Screenshot showing how to access Milestones interface in GitHub. The Issues tab for a repository is shown with Milestones button to left of New Issue button highlighted.' .image-with-shadow width="1000px"}
206206

207-
![](fig/github-create-milestone.png){alt='Create a milestone in GitHub' .image-with-shadow width="1000px"}
207+
![](fig/github-create-milestone.png){alt='Screenshot showing how to create a milestone in GitHub. The Milestones view within Issues tab is shown with a message indicating no milestones have been created so far. Two buttons for creating a new milestone are highlighted.' .image-with-shadow width="1000px"}
208208

209209
We add in a title,
210210
a completion date (i.e. the end of this timebox),
211211
and any description for the milestone.
212212

213-
![](fig/github-new-milestone-description.png){alt='Create a milestone in GitHub' .image-with-shadow width="800px"}
213+
![](fig/github-new-milestone-description.png){alt='SCreenshot showing how to create a milestone in GitHub. A new milestone form is shown with three entry fields, a short text field for entering title, a date picker field for selecting due date (optional) and a long text field for entering description.' .image-with-shadow width="800px"}
214214

215215
Once created, we can view our issues
216216
and assign them to our milestone from the `Issues` page or from an individual issue page.
217217

218-
![](fig/github-assign-milestone.png){alt='Milestones in GitHub' .image-with-shadow width="1000px"}
218+
![](fig/github-assign-milestone.png){alt='Screenshot showing how to assign an issue to a milestone. The issue list tab of a repository is shown with a single issue "Add README" selected and the Milestone dropdown on issue filter controls expanded with a list of available milestones that can be assigned to the issue shown, currently showing one milestone "Tidy up documentation".' .image-with-shadow width="1000px"}
219219

220220
Let us now use Milestones to plan and prioritise our team's next sprint.
221221

0 commit comments

Comments
 (0)