Skip to content

Commit 18ea8d9

Browse files
authored
Merge pull request #352 from esciencecenter-digital-skills/disabled-issues-fork
Add note on enabling Issues tab
2 parents 9af5065 + 1007c68 commit 18ea8d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_episodes/51-managing-software.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ GitHub provides **Issues** -
4747
a framework for managing bug reports, feature requests, and lists of future work.
4848

4949
Go back to the home page for your `python-intermediate-inflammation` repository in GitHub,
50-
and click on the **Issue** tab.
50+
and click on the `Issues` tab.
5151
You should see a page listing the open issues on your repository -
52-
currently there should be none.
52+
currently there should be none.
53+
If you do not see the `Issues` tab, you must first enable it in the settings of your repository:
54+
go to the `Settings` tab, scroll down to the `Features` section and activate the checkmark on `Issues`.
5355

5456
![List of project issues in GitHub](../fig/github-issue-list.png){: .image-with-shadow width="1000px"}
5557

0 commit comments

Comments
 (0)