Skip to content

Add note on enabling Issues tab #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _episodes/51-managing-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ GitHub provides **Issues** -
a framework for managing bug reports, feature requests, and lists of future work.

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

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

Expand Down
Loading