Is there a way to add issues to a github forked repo (without modifying the original)?

Github

Github Problem Overview


I notice there's no "issues" tab on my forked github repo. Is there a way to allow me to fork a repo, but still add issues/wiki/etc?

Github Solutions


Solution 1 - Github

  • Fork a repo
  • Go to the Settings page of your fork.
  • Check the box next to Issues

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJonathanView Question on Stackoverflow
Solution 1 - GithubzavgView Answer on Stackoverflow