Skip to content

Commit f68022e

Browse files
authored
Update alt text
1 parent 6f04311 commit f68022e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

episodes/templates.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ exercises: 10
66

77
::::::::::::::::::::::::::::::::::::::: objectives
88

9-
- "Learn how to make issue templates."
10-
- "Learn how to customize templates and their appearance."
9+
- Learn how to make issue templates.
10+
- Learn how to customize templates and their appearance.
1111

1212
::::::::::::::::::::::::::::::::::::::::::::::::::
1313

1414
:::::::::::::::::::::::::::::::::::::::: questions
1515

16-
- "What are issue templates?"
17-
- "How do you make issue templates?"
18-
- "How do you customize the template chooser?"
16+
- What are issue templates?
17+
- How do you make issue templates?
18+
- How do you customize the template chooser?
1919

2020
::::::::::::::::::::::::::::::::::::::::::::::::::
2121

@@ -36,13 +36,13 @@ Templates. This can be enabled through the graphical user interface.
3636

3737
Click on the "Settings" tab in your repository.
3838

39-
![](fig/github-settings.png){alt='GitHub Settings tab'}
39+
![](fig/github-settings.png){alt='GitHub repository navigation tabs with "Settings" circled. Located on the right-hand side of nav bar.'}
4040

4141
It will load to the "General settings" page, under which there is a "Feature"
4242
section. Here you will see "Issues" (already checkmarked) with a button to
4343
"Set up templates."
4444

45-
![](fig/set-up-templates.png){alt='GitHub settings features section, set up templates button'}
45+
![](fig/set-up-templates.png){alt='GitHub settings features section, under Issues, set up templates button is highlighted'}
4646

4747
This will take you to a mostly blank screen on which there is an "Add template"
4848
dropdown with several options.
@@ -53,19 +53,19 @@ From this list, select "Bug report." You will now see that the "Bug report"
5353
template shows up in the list of templates. Click "Preview and edit" to view
5454
the new template.
5555

56-
![](fig/bug-report-default-template.png){alt='Preview of default bug report template'}
56+
![](fig/bug-report-default-template.png){alt='Preview of default bug report template that includes sections for "Describe the bug", "To Reproduce", "Expected Behavior", and more'}
5757

5858
For now, we will leave this template as-is. To apply the new template to your
5959
repository, click the "Propose changes" button at the top of the page. This
6060
will load a commit message dialog box. Put whatever you desire in the
6161
commit message dialog box and commit the changes to your main branch.
6262

63-
![](fig/propose-changes-templates.png){alt='Propose changes commit message dialog'}
63+
![](fig/propose-changes-templates.png){alt='Propose changes commit message dialog box appears with the sections "Commit changes", "Commit message", "Extended commit message", and a radio button to commit to "main" or create a new branch'}
6464

6565
If we navigate to the Issues page now and click "New issue", the template
6666
is now available in our options.
6767

68-
![](fig/new-issue-template-list.png){alt='New issue page with a template created'}
68+
![](fig/new-issue-template-list.png){alt='New issue page with a template created - there is now a "Bug report" template option'}
6969

7070
::::::::::::::::::::::::::::::::::::::: challenge
7171

@@ -89,7 +89,7 @@ When we created our first template, GitHub did the setup for us. If you
8989
navigate back to your main page, you will see a new
9090
directory has been created.
9191

92-
![](fig/new-dot-github-dir.png){alt='New .github directory in main repository'}
92+
![](fig/new-dot-github-dir.png){alt='New `.github` directory on main repository page is shown - autocreated from the steps above'}
9393

9494
This new directory is where all the issue templates are located. The directory
9595
currently has two files: `bug_report.md` and `feature_request.md`. We are going
@@ -149,7 +149,7 @@ Then commit the changes directly to your main branch.
149149

150150
We now have three issue templates available for use.
151151

152-
![](fig/three-issue-template-list.png){alt='New issue page with three templates available'}
152+
![](fig/three-issue-template-list.png){alt='New issue page with three templates available - Bug report, Design discussion, and Feature request'}
153153

154154
## Incorporate External Links
155155

@@ -192,14 +192,14 @@ Then commit the changes directly to your main branch.
192192

193193
Our template chooser now has our three templates and a link to Google.
194194

195-
![](fig/ask-google-template.png){alt='Template chooser with custom external link'}
195+
![](fig/ask-google-template.png){alt='New issue page with three templates available - Bug report, Design discussion, and Feature request - plus an additional button with custom external link to "Ask Google"'}
196196

197197
And that's all, folks! You now know much more about GitHub Issues.
198198

199199
:::::::::::::::::::::::::::::::::::::::: keypoints
200200

201-
- "Templates can be incorporated into any GitHub repository and can make issue creation more structured."
202-
- "External links can be listed with the templates to help direct users to external resources."
201+
- Templates can be incorporated into any GitHub repository and can make issue creation more structured.
202+
- External links can be listed with the templates to help direct users to external resources.
203203

204204
::::::::::::::::::::::::::::::::::::::::::::::::::
205205

0 commit comments

Comments
 (0)