Skip to content

Commit dcd7473

Browse files
Apply suggestions from code review
Co-authored-by: Matthew <6177028+bielsnohr@users.noreply.github.com>
1 parent 66f9312 commit dcd7473

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

episodes/51-managing-software.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ this course but it is good to be aware of how to make use of them when suitable.
387387

388388
4. After it is created, you should also populate the description of the project from the project's Settings,
389389
which can be found by clicking the `...` button in the top right corner of the project.
390-
![](fig/github-project-settings.png){alt='Screenshot showing how to access project board settings in GitHub, A dropdown menu has been expanded from ... button with Settings option within this menu highlighted.' .image-with-shadow width="800px"}
390+
![](fig/github-project-settings.png){alt='Screenshot showing how to access project board settings in GitHub. A dropdown menu has been expanded from the "Show Options" button with Settings option within this menu highlighted.' .image-with-shadow width="800px"}
391391
![](fig/github-project-description.png){alt='Screenshot showing project settings page in GitHub. Short description field on page has had text "Tasks for the v0.1 release of the inflammation project" entered.' .image-with-shadow width="800px"}
392392
After adding a description, select `Save`.
393393

@@ -433,7 +433,7 @@ this course but it is good to be aware of how to make use of them when suitable.
433433
or write more detailed comments
434434
(for that, use the `Convert to issue` option from the `...` menu on the card itself).
435435

436-
![](fig/github-convert-task-to-issue.png){alt='Screenshot showing converting a task to issue in GitHub project interface. A draft task "Finish off documenting the software is selected and a context menu shown with multiple options, with the first "Convert to issue" highlighted.' .image-with-shadow width="800px"}
436+
![](fig/github-convert-task-to-issue.png){alt='Screenshot showing converting a task to issue in GitHub project interface. A draft task "Finish off documenting the software" is selected and a context menu shown with multiple options, with the first "Convert to issue" highlighted.' .image-with-shadow width="800px"}
437437

438438
7. In addition to creating new tasks as notes and converting them to issues -
439439
you can add an existing issue or pull request (from any repository visible to you)

episodes/53-improvement-through-feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ 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='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"}
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.

0 commit comments

Comments
 (0)